summaryrefslogtreecommitdiff
path: root/Modules/CheckFortranSourceCompiles.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-22 14:37:12 -0400
committerBrad King <brad.king@kitware.com>2016-09-22 14:47:34 -0400
commit86d2e4276d934c0e04ad129881d1cc9d2916d121 (patch)
tree61ea1609fc543f22e583b7b1d7f119b99f9fc0bc /Modules/CheckFortranSourceCompiles.cmake
parentf4475eb92beade22fca16f21b40df19b48c6559b (diff)
downloadcmake-86d2e4276d934c0e04ad129881d1cc9d2916d121.tar.gz
CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
Diffstat (limited to 'Modules/CheckFortranSourceCompiles.cmake')
-rw-r--r--Modules/CheckFortranSourceCompiles.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckFortranSourceCompiles.cmake b/Modules/CheckFortranSourceCompiles.cmake
index 0bdcffa8c7..20d1fd99ba 100644
--- a/Modules/CheckFortranSourceCompiles.cmake
+++ b/Modules/CheckFortranSourceCompiles.cmake
@@ -13,7 +13,7 @@
# ``<var>``
# Variable to store whether the source code compiled.
# Will be created as an internal cache variable.
-# ``<fail-regex>``
+# ``FAIL_REGEX <fail-regex>``
# Fail if test output matches this regex.
#
# The following variables may be set before calling this macro to modify