diff options
author | Brad King <brad.king@kitware.com> | 2014-07-30 19:31:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-30 19:31:45 (GMT) |
commit | 2eda7499d11990b0bcae115031d6e6d427ea74bc (patch) | |
tree | 7c9adc1831b77ed4874583798ce52120446b7679 | |
parent | 931bd59e68b386e6002c37dd1673964a255eca31 (diff) | |
parent | cac91206b3193823d0b8ca3fdb620f7ac32f8a32 (diff) | |
download | CMake-2eda7499d11990b0bcae115031d6e6d427ea74bc.zip CMake-2eda7499d11990b0bcae115031d6e6d427ea74bc.tar.gz CMake-2eda7499d11990b0bcae115031d6e6d427ea74bc.tar.bz2 |
Merge branch 'check-flag-avoid-semicolon' into release
-rw-r--r-- | Modules/CMakeCheckCompilerFlagCommonPatterns.cmake | 2 |
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 |