summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-22 13:35:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-22 13:35:23 (GMT)
commita97a1426c0e7ea7016c2a28cd706b26bd90aaa43 (patch)
treee7d656f7355b198b7afd368e2adb1ccec46ddbae
parent57e137b8fb96ce9b335bd83cdba5e179e69d42a3 (diff)
downloadCMake-a97a1426c0e7ea7016c2a28cd706b26bd90aaa43.zip
CMake-a97a1426c0e7ea7016c2a28cd706b26bd90aaa43.tar.gz
CMake-a97a1426c0e7ea7016c2a28cd706b26bd90aaa43.tar.bz2
ENH: fix FFFLAGS to be FLAGS
-rw-r--r--Modules/CMakeFortranInformation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeFortranInformation.cmake b/Modules/CMakeFortranInformation.cmake
index cfde0e5..d760de3 100644
--- a/Modules/CMakeFortranInformation.cmake
+++ b/Modules/CMakeFortranInformation.cmake
@@ -106,7 +106,7 @@ ENDIF(NOT CMAKE_INCLUDE_FLAG_SEP_Fortran)
SET(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.")
-SET(CMAKE_Fortran_FLAGS_INIT "$ENV{FFFLAGS} ${CMAKE_Fortran_FLAGS_INIT}")
+SET(CMAKE_Fortran_FLAGS_INIT "$ENV{FFLAGS} ${CMAKE_Fortran_FLAGS_INIT}")
# avoid just having a space as the initial value for the cache
IF(CMAKE_Fortran_FLAGS_INIT STREQUAL " ")
SET(CMAKE_Fortran_FLAGS_INIT)