summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-23 12:40:13 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-23 12:40:13 (GMT)
commit961536dc85b41f77db3d2d220cbf720d0056369a (patch)
treec4533f8f355961a07cc16a1d8cd5299a23fc5583 /Help
parentc60fe3307591a76d498b4eae7ab8d801c65a709d (diff)
parent4d3874d5ad25d1907a56a92aba7ae94768726c72 (diff)
downloadCMake-961536dc85b41f77db3d2d220cbf720d0056369a.zip
CMake-961536dc85b41f77db3d2d220cbf720d0056369a.tar.gz
CMake-961536dc85b41f77db3d2d220cbf720d0056369a.tar.bz2
Merge topic 'CheckFortranSourceCompiles-custom-ext'
4d3874d5 CheckFortranSourceCompiles: Add support for custom source extension 86d2e427 CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
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 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.