Fortran_FORMAT.rst 363 B

123456789
  1. Fortran_FORMAT
  2. --------------
  3. Set to FIXED or FREE to indicate the Fortran source layout.
  4. This property tells CMake whether a given Fortran source file uses
  5. fixed-format or free-format. CMake will pass the corresponding format
  6. flag to the compiler. Consider using the target-wide Fortran_FORMAT
  7. property if all source files in a target share the same format.