Add initial support for python bindings
[alexxy/gromacs.git] / cmake / CheckCXXCompilerFlag.cmake
index a11373eb3f06a2cd75cdfa8d2f7e16ea2b96cb41..4340a47a414a9fa3948adcdd19107b9ba43c977c 100644 (file)
@@ -61,6 +61,7 @@ MACRO (CHECK_CXX_COMPILER_FLAG _FLAG _RESULT)
      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