[cmake-commits] martink committed CMakeLists.txt 1.383 1.384

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 6 14:14:20 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv30293/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: move CMAKE_STRICT option to the top


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -d -r1.383 -r1.384
--- CMakeLists.txt	5 Nov 2007 21:55:45 -0000	1.383
+++ CMakeLists.txt	6 Nov 2007 19:14:18 -0000	1.384
@@ -1,7 +1,4 @@
 # configure the .h file
-OPTION(CMAKE_STRICT   
-  "Perform strict testing to see if ANY properties or variables are used before being defined" OFF)
-
 CONFIGURE_FILE(
   "${CMake_SOURCE_DIR}/Source/cmConfigure.cmake.h.in"
   "${CMake_BINARY_DIR}/Source/cmConfigure.h"



More information about the Cmake-commits mailing list