diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-21 15:03:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-21 15:03:11 (GMT) |
commit | 086da498d4473ad556c61d5e1622d78794912fc7 (patch) | |
tree | 9bab1f4c413c94df36c890e08d2af886aacbc9f1 /Modules/CMakeDetermineFortranCompiler.cmake | |
parent | b8eede3b19fdc79516b7454e07e071d0dcac96cd (diff) | |
download | CMake-086da498d4473ad556c61d5e1622d78794912fc7.zip CMake-086da498d4473ad556c61d5e1622d78794912fc7.tar.gz CMake-086da498d4473ad556c61d5e1622d78794912fc7.tar.bz2 |
ENH: remove df because df is a unix utilitiy
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 92f63af..12068e4 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 df g95 f90 + ifort ifc efc f95 pgf95 lf95 xlf95 fort gfortran g95 f90 pgf90 xlf90 epcf90 fort77 frt pgf77 xlf fl32 af77 g77 f77 ) ENDIF(CMAKE_Fortran_COMPILER_INIT) |