diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Fortran/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt index 312b4d7..5f58f77 100644 --- a/Tests/Fortran/CMakeLists.txt +++ b/Tests/Fortran/CMakeLists.txt @@ -14,6 +14,8 @@ function(test_fortran_c_interface_module) message(STATUS "Testing FortranCInterface module") # test the C to Fortran interface module include(FortranCInterface) + FortranCInterface_VERIFY(QUIET) + FortranCInterface_VERIFY(QUIET CXX) if(CMAKE_Fortran_COMPILER_SUPPORTS_F90) if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro") set(module_expected 1) |