From 86d2e4276d934c0e04ad129881d1cc9d2916d121 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 22 Sep 2016 14:37:12 -0400 Subject: [PATCH] CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo --- Modules/CheckFortranSourceCompiles.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CheckFortranSourceCompiles.cmake b/Modules/CheckFortranSourceCompiles.cmake index 0bdcffa8c..20d1fd99b 100644 --- a/Modules/CheckFortranSourceCompiles.cmake +++ b/Modules/CheckFortranSourceCompiles.cmake @@ -13,7 +13,7 @@ # ```` # Variable to store whether the source code compiled. # Will be created as an internal cache variable. -# ```` +# ``FAIL_REGEX `` # Fail if test output matches this regex. # # The following variables may be set before calling this macro to modify