diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-18 14:37:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-11-18 14:37:06 (GMT) |
commit | 1f9d9b2050716e3b8b79b49da1e50d1c2f938d10 (patch) | |
tree | b573eb21940972dae5ca4f679bb0f5a27d2010a3 /Tests | |
parent | 6ec8c837c5d77a726df6d023b7ad1dd627b100ac (diff) | |
download | CMake-1f9d9b2050716e3b8b79b49da1e50d1c2f938d10.zip CMake-1f9d9b2050716e3b8b79b49da1e50d1c2f938d10.tar.gz CMake-1f9d9b2050716e3b8b79b49da1e50d1c2f938d10.tar.bz2 |
ENH: add gfortran-4
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index b0310ed..22a3b9e 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -956,7 +956,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel # see if we can find a fortran compiler on the machine # 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 + 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 ${CMAKE_Fortran_COMPILER_LIST} ) |