diff options
author | Brad King <brad.king@kitware.com> | 2014-08-20 14:25:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-20 14:25:51 (GMT) |
commit | 16afccac0542cff1ee440eaa77512ba35223ea78 (patch) | |
tree | 37fd178720d49923942b29f4207f55904850b03b /Modules | |
parent | c570be01a4a9d2235560feaaddd7cdad955c0d69 (diff) | |
parent | 914db028da1fc488df202a0c8705d1d5a8c258d1 (diff) | |
download | CMake-16afccac0542cff1ee440eaa77512ba35223ea78.zip CMake-16afccac0542cff1ee440eaa77512ba35223ea78.tar.gz CMake-16afccac0542cff1ee440eaa77512ba35223ea78.tar.bz2 |
Merge topic 'check-flag-for-intel'
914db028 Check*CompilerFlag: Add another pattern for Intel (#15096)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeCheckCompilerFlagCommonPatterns.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake index aa7d96a..19b2bbc 100644 --- a/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake +++ b/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake @@ -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 |