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.
This commit is contained in:
Brad King 2009-08-24 13:07:43 -04:00
parent e6734068ef
commit 6e7020b452

View File

@ -14,8 +14,8 @@ function(test_fortran_c_interface_module)
message(STATUS "Testing FortranCInterface module") message(STATUS "Testing FortranCInterface module")
# test the C to Fortran interface module # test the C to Fortran interface module
include(FortranCInterface) include(FortranCInterface)
FortranCInterface_VERIFY(QUIET) FortranCInterface_VERIFY()
FortranCInterface_VERIFY(QUIET CXX) FortranCInterface_VERIFY(CXX)
if(CMAKE_Fortran_COMPILER_SUPPORTS_F90) if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro") if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")
set(module_expected 1) set(module_expected 1)