Check*CompilerFlag: Add pattern for Fujitsu compiler (#15051)

This commit is contained in:
Erik Lindahl 2014-07-31 11:21:41 +02:00 committed by Brad King
parent 9e7d12466e
commit 5570d8d3f3
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 ()