[cmake-commits] king committed Windows-cl.cmake 1.74 1.75

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 7 15:57:54 EST 2007


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

Modified Files:
	Windows-cl.cmake 
Log Message:
BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway.


Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- Windows-cl.cmake	11 Nov 2006 19:04:29 -0000	1.74
+++ Windows-cl.cmake	7 Mar 2007 20:57:52 -0000	1.75
@@ -66,11 +66,7 @@
   SET (CMAKE_NO_BUILD_TYPE 1)
   SET (CMAKE_CONFIGURATION_TYPES "Debug;Release;MinSizeRel;RelWithDebInfo" CACHE STRING 
      "Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored.")
-  SET (CMAKE_CXX_WARNING_LEVEL "3" CACHE STRING
-       "Default compiler warning level for C++.")
-  SET (CMAKE_CXX_STACK_SIZE "10000000" CACHE STRING
-       "Size of stack for programs.")
-  MARK_AS_ADVANCED(CMAKE_CONFIGURATION_TYPES CMAKE_CXX_STACK_SIZE CMAKE_CXX_WARNING_LEVEL)
+  MARK_AS_ADVANCED(CMAKE_CONFIGURATION_TYPES)
 ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 7" OR CMAKE_GENERATOR MATCHES "Visual Studio 8")
 # does the compiler support pdbtype and is it the newer compiler
 IF(CMAKE_GENERATOR MATCHES  "Visual Studio 8")



More information about the Cmake-commits mailing list