diff options
author | Brad King <brad.king@kitware.com> | 2016-09-22 18:37:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-22 18:47:34 (GMT) |
commit | 86d2e4276d934c0e04ad129881d1cc9d2916d121 (patch) | |
tree | 61ea1609fc543f22e583b7b1d7f119b99f9fc0bc /Modules/CheckFortranSourceCompiles.cmake | |
parent | f4475eb92beade22fca16f21b40df19b48c6559b (diff) | |
download | CMake-86d2e4276d934c0e04ad129881d1cc9d2916d121.zip CMake-86d2e4276d934c0e04ad129881d1cc9d2916d121.tar.gz CMake-86d2e4276d934c0e04ad129881d1cc9d2916d121.tar.bz2 |
CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
Diffstat (limited to 'Modules/CheckFortranSourceCompiles.cmake')
-rw-r--r-- | Modules/CheckFortranSourceCompiles.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckFortranSourceCompiles.cmake b/Modules/CheckFortranSourceCompiles.cmake index 0bdcffa..20d1fd9 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 |