From 6e7020b452160865e9d546bb9ce581a49f3532ce Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 24 Aug 2009 13:07:43 -0400 Subject: Enforce FortranCInterface_VERIFY in Fortran test This removes the QUIET option from FortranCInterface_VERIFY in the Fortran test to really test the detected interface everywhere. --- Tests/Fortran/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt index 5f58f77..226c63c 100644 --- a/Tests/Fortran/CMakeLists.txt +++ b/Tests/Fortran/CMakeLists.txt @@ -14,8 +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) + FortranCInterface_VERIFY() + FortranCInterface_VERIFY(CXX) if(CMAKE_Fortran_COMPILER_SUPPORTS_F90) if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro") set(module_expected 1) -- cgit v0.12