Merge topic 'check-flag-for-intel'

914db028 Check*CompilerFlag: Add another pattern for Intel (#15096)
This commit is contained in:
Brad King 2014-08-20 10:25:51 -04:00 committed by CMake Topic Stage
commit 16afccac05
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "option.*not supported" # Intel
FAIL_REGEX "invalid argument .*option" # Intel
FAIL_REGEX "ignoring option .*argument required" # Intel
FAIL_REGEX "ignoring option .*argument is of wrong type" # Intel
FAIL_REGEX "[Uu]nknown option" # HP
FAIL_REGEX "[Ww]arning: [Oo]ption" # SunPro
FAIL_REGEX "command option .* is not recognized" # XL