Browse Source

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

Erik Lindahl 11 years ago
parent
commit
5570d8d3f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/CMakeCheckCompilerFlagCommonPatterns.cmake

+ 1 - 0
Modules/CMakeCheckCompilerFlagCommonPatterns.cmake

@@ -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 ()