浏览代码

CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo

Brad King 9 年之前
父节点
当前提交
86d2e4276d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/CheckFortranSourceCompiles.cmake

+ 1 - 1
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