summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-22 14:45:55 -0400
committerBrad King <brad.king@kitware.com>2016-09-22 14:49:54 -0400
commit4d3874d5ad25d1907a56a92aba7ae94768726c72 (patch)
tree3194dfd5189374085dc8a21430678794690066b8 /Help
parent86d2e4276d934c0e04ad129881d1cc9d2916d121 (diff)
downloadcmake-4d3874d5ad25d1907a56a92aba7ae94768726c72.tar.gz
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.rst6
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 0000000000..bf62812da6
--- /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.