[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 24 13:07:46 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Fortran
In directory public:/mounts/ram/cvs-serv17743/Tests/Fortran

Modified Files:
	CMakeLists.txt 
Log Message:
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.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/CMakeLists.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C 2 -d -r1.30 -r1.31
*** CMakeLists.txt	24 Aug 2009 12:49:35 -0000	1.30
--- CMakeLists.txt	24 Aug 2009 17:07:43 -0000	1.31
***************
*** 15,20 ****
    # 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")
--- 15,20 ----
    # test the C to Fortran interface module
    include(FortranCInterface)
!   FortranCInterface_VERIFY()
!   FortranCInterface_VERIFY(CXX)
    if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
      if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")



More information about the Cmake-commits mailing list