Merge topic 'check-flag-avoid-semicolon'

cac91206 Check*CompilerFlag: Avoid ';' in common pattern (#15048)
This commit is contained in:
Brad King 2014-07-31 09:17:43 -04:00 committed by CMake Topic Stage
commit ba53bc5a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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