diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 21:43:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-20 21:43:32 (GMT) |
commit | b8eede3b19fdc79516b7454e07e071d0dcac96cd (patch) | |
tree | 81f37fab7a995c31493682a3f2b60ef140c04df6 /Modules/CMakeDetermineFortranCompiler.cmake | |
parent | 533bd43d0f895dd1463dd7bfeb1d97abcfe45339 (diff) | |
download | CMake-b8eede3b19fdc79516b7454e07e071d0dcac96cd.zip CMake-b8eede3b19fdc79516b7454e07e071d0dcac96cd.tar.gz CMake-b8eede3b19fdc79516b7454e07e071d0dcac96cd.tar.bz2 |
BUG: fix for bug 3950 add support for df compiler on windows
Diffstat (limited to 'Modules/CMakeDetermineFortranCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineFortranCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineFortranCompiler.cmake b/Modules/CMakeDetermineFortranCompiler.cmake index eaa7f0d..92f63af 100644 --- a/Modules/CMakeDetermineFortranCompiler.cmake +++ b/Modules/CMakeDetermineFortranCompiler.cmake @@ -52,7 +52,7 @@ IF(NOT CMAKE_Fortran_COMPILER) # CMake/Source/CMakeLists.txt, IF YOU CHANGE THIS LIST, # PLEASE UPDATE THAT FILE AS WELL! SET(CMAKE_Fortran_COMPILER_LIST - ifort ifc efc f95 pgf95 lf95 xlf95 fort gfortran f90 + ifort ifc efc f95 pgf95 lf95 xlf95 fort gfortran df g95 f90 pgf90 xlf90 epcf90 fort77 frt pgf77 xlf fl32 af77 g77 f77 ) ENDIF(CMAKE_Fortran_COMPILER_INIT) |