diff options
author | Brad King <brad.king@kitware.com> | 2016-09-22 18:45:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-22 18:49:54 (GMT) |
commit | 4d3874d5ad25d1907a56a92aba7ae94768726c72 (patch) | |
tree | 3194dfd5189374085dc8a21430678794690066b8 /Help | |
parent | 86d2e4276d934c0e04ad129881d1cc9d2916d121 (diff) | |
download | CMake-4d3874d5ad25d1907a56a92aba7ae94768726c72.zip CMake-4d3874d5ad25d1907a56a92aba7ae94768726c72.tar.gz CMake-4d3874d5ad25d1907a56a92aba7ae94768726c72.tar.bz2 |
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.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/CheckFortranSourceCompiles-custom-ext.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/CheckFortranSourceCompiles-custom-ext.rst b/Help/release/dev/CheckFortranSourceCompiles-custom-ext.rst new file mode 100644 index 0000000..bf62812 --- /dev/null +++ b/Help/release/dev/CheckFortranSourceCompiles-custom-ext.rst @@ -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. |