Merge topic 'check-flag-for-intel'
914db028
Check*CompilerFlag: Add another pattern for Intel (#15096)
This commit is contained in:
commit
16afccac05
|
@ -28,6 +28,7 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
|
||||||
FAIL_REGEX "option.*not supported" # Intel
|
FAIL_REGEX "option.*not supported" # Intel
|
||||||
FAIL_REGEX "invalid argument .*option" # Intel
|
FAIL_REGEX "invalid argument .*option" # Intel
|
||||||
FAIL_REGEX "ignoring option .*argument required" # 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 "[Uu]nknown option" # HP
|
||||||
FAIL_REGEX "[Ww]arning: [Oo]ption" # SunPro
|
FAIL_REGEX "[Ww]arning: [Oo]ption" # SunPro
|
||||||
FAIL_REGEX "command option .* is not recognized" # XL
|
FAIL_REGEX "command option .* is not recognized" # XL
|
||||||
|
|
Loading…
Reference in New Issue