cmake/Help/prop_tgt/Fortran_FORMAT.rst

12 lines
498 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
Fortran_FORMAT
--------------
2019-11-11 23:01:05 +01:00
Set to ``FIXED`` or ``FREE`` to indicate the Fortran source layout.
2014-08-03 19:52:23 +02:00
This property tells CMake whether the Fortran source files in a target
use fixed-format or free-format. CMake will pass the corresponding
2019-11-11 23:01:05 +01:00
format flag to the compiler. Use the source-specific ``Fortran_FORMAT``
2014-08-03 19:52:23 +02:00
property to change the format of a specific source file. If the
2019-11-11 23:01:05 +01:00
variable :variable:`CMAKE_Fortran_FORMAT` is set when a target is created its
2014-08-03 19:52:23 +02:00
value is used to initialize this property.