Merge topic 'CheckFortranSourceCompiles-custom-ext'

4d3874d5 CheckFortranSourceCompiles: Add support for custom source extension
86d2e427 CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
This commit is contained in:
Brad King
2016-09-23 08:40:13 -04:00
committed by CMake Topic Stage
2 changed files with 18 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
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.