소스 검색

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