[Cmake-commits] [cmake-commits] hoffman committed CMakeFortranInformation.cmake 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 22 09:35:25 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15643

Modified Files:
	CMakeFortranInformation.cmake 
Log Message:
ENH: fix FFFLAGS to be FLAGS


Index: CMakeFortranInformation.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeFortranInformation.cmake,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -d -r1.19 -r1.20
*** CMakeFortranInformation.cmake	21 Apr 2008 17:04:15 -0000	1.19
--- CMakeFortranInformation.cmake	22 Apr 2008 13:35:23 -0000	1.20
***************
*** 107,111 ****
  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}")
  # avoid just having a space as the initial value for the cache 
  IF(CMAKE_Fortran_FLAGS_INIT STREQUAL " ")
--- 107,111 ----
  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{FFLAGS} ${CMAKE_Fortran_FLAGS_INIT}")
  # avoid just having a space as the initial value for the cache 
  IF(CMAKE_Fortran_FLAGS_INIT STREQUAL " ")



More information about the Cmake-commits mailing list