[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 31 16:10:36 EDT 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: do not error when sunpro or mipspro fortran used


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Fortran/CMakeLists.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** CMakeLists.txt	31 Oct 2008 20:08:56 -0000	1.17
--- CMakeLists.txt	31 Oct 2008 20:10:34 -0000	1.18
***************
*** 17,21 ****
    else(FORTRAN_C_MODULE_MANGLING_FOUND)
      if(CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")
!       message("SunPro and MPISpro compilers do not support"
          " linking Fortran module procedures from C")
      else()
--- 17,21 ----
    else(FORTRAN_C_MODULE_MANGLING_FOUND)
      if(CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro")
!       message("${CMAKE_Fortran_COMPILER_ID} compilers do not support"
          " linking Fortran module procedures from C")
      else()



More information about the Cmake-commits mailing list