summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-31 13:17:43 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-07-31 13:17:43 (GMT)
commitba53bc5a9dd65c4525e0e9e4af86c595710094e0 (patch)
tree0229f30cc98154e37c04a92264f119346aa42324 /Modules
parentbd642272b9d9876277a318d3a861d5946a043c43 (diff)
parentcac91206b3193823d0b8ca3fdb620f7ac32f8a32 (diff)
downloadCMake-ba53bc5a9dd65c4525e0e9e4af86c595710094e0.zip
CMake-ba53bc5a9dd65c4525e0e9e4af86c595710094e0.tar.gz
CMake-ba53bc5a9dd65c4525e0e9e4af86c595710094e0.tar.bz2
Merge topic 'check-flag-avoid-semicolon'
cac91206 Check*CompilerFlag: Avoid ';' in common pattern (#15048)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeCheckCompilerFlagCommonPatterns.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
index 9d8ba9e..abbcda4 100644
--- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
+++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
@@ -32,7 +32,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "[Ww]arning: [Oo]ption" # SunPro
FAIL_REGEX "command option .* is not recognized" # XL
FAIL_REGEX "command option .* contains an incorrect subargument" # XL
- FAIL_REGEX "not supported in this configuration; ignored" # AIX
+ FAIL_REGEX "not supported in this configuration. ignored" # AIX
FAIL_REGEX "File with unknown suffix passed to linker" # PGI
FAIL_REGEX "WARNING: unknown flag:" # Open64
FAIL_REGEX "Incorrect command line option:" # Borland