CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
This commit is contained in:
parent
f4475eb92b
commit
86d2e4276d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue