[cmake-commits] martink committed cmConfigure.cmake.h.in 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 16 14:28:14 EDT 2007


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

Modified Files:
	cmConfigure.cmake.h.in 
Log Message:
ENH: added CMAKE_STRICT option for var and property checking


Index: cmConfigure.cmake.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmConfigure.cmake.h.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cmConfigure.cmake.h.in	27 Jul 2007 14:55:24 -0000	1.11
+++ cmConfigure.cmake.h.in	16 Oct 2007 18:28:12 -0000	1.12
@@ -20,6 +20,7 @@
 #cmakedefine CMAKE_NO_ANSI_FOR_SCOPE
 #cmakedefine HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE
 #cmakedefine HAVE_UNSETENV
+#cmakedefine CMAKE_STRICT
 #define  CMAKE_ROOT_DIR "${CMake_SOURCE_DIR}"
 #define  CMAKE_BUILD_DIR "${CMake_BINARY_DIR}"
 #define  CMAKE_PREFIX "${CMAKE_INSTALL_PREFIX}"



More information about the Cmake-commits mailing list