CMake/Help/release/dev/CheckFortranSourceCompiles-custom-ext.rst
Brad King 4d3874d5ad CheckFortranSourceCompiles: Add support for custom source extension
Fortran compilers interpret the source extension to decide whether
to preprocess and what language level to use by default.
2016-09-22 14:49:54 -04:00

7 lines
255 B
ReStructuredText

CheckFortranSourceCompiles-custom-ext
-------------------------------------
* The :module:`CheckFortranSourceCompiles` module macro
``CHECK_Fortran_SOURCE_COMPILES`` gained a ``SRC_EXT`` option
to specify a custom test Fortran source file extension.