[cmake-commits] martink committed CMakeLists.txt 1.135 1.136

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


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- CMakeLists.txt	5 Nov 2007 23:06:02 -0000	1.135
+++ CMakeLists.txt	6 Nov 2007 19:14:18 -0000	1.136
@@ -457,6 +457,11 @@
   "${CMAKE_CURRENT_BINARY_DIR}/DartLocal.conf"
   COPYONLY)
 
+OPTION(CMAKE_STRICT   
+  "Perform strict testing to record property and variable access. Can be used to report any undefined properties or variables" OFF)
+MARK_AS_ADVANCED(CMAKE_STRICT)
+
+
 # build the remaining subdirectories
 SUBDIRS(Source)
 SUBDIRS(Modules)



More information about the Cmake-commits mailing list