Merge topic 'check-flag-for-fujitsu'

5570d8d3 Check*CompilerFlag: Add pattern for Fujitsu compiler (#15051)
This commit is contained in:
Brad King 2014-08-04 10:02:18 -04:00 committed by CMake Topic Stage
commit e0ff6def71
1 changed files with 1 additions and 0 deletions

View File

@ -37,5 +37,6 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "WARNING: unknown flag:" # Open64
FAIL_REGEX "Incorrect command line option:" # Borland
FAIL_REGEX "Warning: illegal option" # SunStudio 12
FAIL_REGEX "[Ww]arning: Invalid suboption" # Fujitsu
)
endmacro ()