CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo

This commit is contained in:
Brad King 2016-09-22 14:37:12 -04:00
parent f4475eb92b
commit 86d2e4276d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# ``<var>`` # ``<var>``
# Variable to store whether the source code compiled. # Variable to store whether the source code compiled.
# Will be created as an internal cache variable. # Will be created as an internal cache variable.
# ``<fail-regex>`` # ``FAIL_REGEX <fail-regex>``
# Fail if test output matches this regex. # Fail if test output matches this regex.
# #
# The following variables may be set before calling this macro to modify # The following variables may be set before calling this macro to modify