[Cmake-commits] [cmake-commits] hoffman committed Windows-ifort.cmake 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 30 11:33:58 EDT 2008


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

Modified Files:
	Windows-ifort.cmake 
Log Message:
ENH: add more fortran flags


Index: Windows-ifort.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-ifort.cmake,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** Windows-ifort.cmake	27 Feb 2008 22:10:44 -0000	1.6
--- Windows-ifort.cmake	30 Apr 2008 15:33:54 -0000	1.7
***************
*** 43,47 ****
  
  SET(CMAKE_BUILD_TYPE_INIT Debug)
! SET (CMAKE_Fortran_FLAGS_INIT "/W1")
  SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full")
  SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O2 /D NDEBUG")
--- 43,47 ----
  
  SET(CMAKE_BUILD_TYPE_INIT Debug)
! SET (CMAKE_Fortran_FLAGS_INIT "/W1 /nologo /fpp")
  SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full")
  SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O2 /D NDEBUG")



More information about the Cmake-commits mailing list