|
|
@@ -34,7 +34,7 @@ function(test_fortran_c_interface_module)
|
|
|
FortranCInterface_VERIFY()
|
|
|
FortranCInterface_VERIFY(CXX)
|
|
|
if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
|
|
|
- if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")
|
|
|
+ if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro|PathScale")
|
|
|
set(module_expected 1)
|
|
|
endif()
|
|
|
if(FortranCInterface_MODULE_FOUND OR module_expected)
|