Fortran_FORMAT.rst 474 B

1234567891011
  1. Fortran_FORMAT
  2. --------------
  3. Set to FIXED or FREE to indicate the Fortran source layout.
  4. This property tells CMake whether the Fortran source files in a target
  5. use fixed-format or free-format. CMake will pass the corresponding
  6. format flag to the compiler. Use the source-specific Fortran_FORMAT
  7. property to change the format of a specific source file. If the
  8. variable CMAKE_Fortran_FORMAT is set when a target is created its
  9. value is used to initialize this property.