1
0

Fortran_FORMAT.rst 510 B

123456789101112
  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 flag
  6. to the compiler. Consider using the target-wide :prop_tgt:`Fortran_FORMAT`
  7. property if all source files in a target share the same format.
  8. .. note:: For some compilers, ``NAG``, ``PGI`` and ``Solaris Studio``,
  9. setting this to ``OFF`` will have no effect.