[Cmake-commits] [cmake-commits] king committed Windows-ifort.cmake 1.8.2.1 1.8.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 17:25:04 EST 2009


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

Modified Files:
      Tag: CMake-2-8
	Windows-ifort.cmake 
Log Message:
CMake 2.8.0-rc5


Index: Windows-ifort.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-ifort.cmake,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C 2 -d -r1.8.2.1 -r1.8.2.2
*** Windows-ifort.cmake	28 Oct 2009 16:15:05 -0000	1.8.2.1
--- Windows-ifort.cmake	3 Nov 2009 22:25:02 -0000	1.8.2.2
***************
*** 54,61 ****
  
  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")
! SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "/MD /O1 /D NDEBUG")
  SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "/O1 /debug:full /D NDEBUG")
  
--- 54,61 ----
  
  SET(CMAKE_BUILD_TYPE_INIT Debug)
! SET (CMAKE_Fortran_FLAGS_INIT "/W1 /nologo /fpp /libs:dll /threads")
! SET (CMAKE_Fortran_FLAGS_DEBUG_INIT "/debug:full /dbglibs")
  SET (CMAKE_Fortran_FLAGS_MINSIZEREL_INIT "/O2 /D NDEBUG")
! SET (CMAKE_Fortran_FLAGS_RELEASE_INIT "/O1 /D NDEBUG")
  SET (CMAKE_Fortran_FLAGS_RELWITHDEBINFO_INIT "/O1 /debug:full /D NDEBUG")
  



More information about the Cmake-commits mailing list