Check*CompilerFlag: Add SunStudio 12 regex

Applied-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
William Orr 2013-09-27 16:48:26 -07:00 committed by Brad King
parent 6f3ebfed98
commit 455bad19f6
1 changed files with 1 additions and 0 deletions

View File

@ -36,5 +36,6 @@ macro (CHECK_COMPILER_FLAG_COMMON_PATTERNS _VAR)
FAIL_REGEX "File with unknown suffix passed to linker" # PGI
FAIL_REGEX "WARNING: unknown flag:" # Open64
FAIL_REGEX "Incorrect command line option:" # Borland
FAIL_REGEX "Warning: illegal option" # SunStudio 12
)
endmacro ()