[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.69 1.70

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 18 09:37:08 EST 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add gfortran-4 


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.69
retrieving revision 1.70
diff -C 2 -d -r1.69 -r1.70
*** CMakeLists.txt	29 Oct 2008 16:27:19 -0000	1.69
--- CMakeLists.txt	18 Nov 2008 14:37:06 -0000	1.70
***************
*** 957,961 ****
      # if so, add the fortran test and see if it works.
      SET(CMAKE_Fortran_COMPILER_LIST ifort ifc efc f95 pgf95
!       lf95 xlf95 fort gfortran f90  pgf90   xlf90
        epcf90 f77  fort77 frt pgf77  xlf  fl32 af77 g77  )
      FIND_PROGRAM(CMAKE_Fortran_COMPILER_FULLPATH NAMES 
--- 957,961 ----
      # if so, add the fortran test and see if it works.
      SET(CMAKE_Fortran_COMPILER_LIST ifort ifc efc f95 pgf95
!       lf95 xlf95 fort gfortran gfortran-4 f90  pgf90   xlf90
        epcf90 f77  fort77 frt pgf77  xlf  fl32 af77 g77  )
      FIND_PROGRAM(CMAKE_Fortran_COMPILER_FULLPATH NAMES 



More information about the Cmake-commits mailing list