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
1 changed files with 2 additions and 2 deletions

View File

@ -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)