[cmake-commits] king committed CMakeLists.txt 1.68 1.69

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 17 20:34:12 EST 2008


Update of /cvsroot/CMake/CMake/Tests/Complex
In directory public:/mounts/ram/cvs-serv10090/Tests/Complex

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property initialized from parent.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/CMakeLists.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- CMakeLists.txt	20 Jul 2007 18:08:37 -0000	1.68
+++ CMakeLists.txt	18 Jan 2008 01:34:10 -0000	1.69
@@ -81,6 +81,10 @@
 
 ADD_DEFINITIONS(-DCMAKE_IS_FUN)
 ADD_DEFINITIONS(-DCMAKE_IS_REALLY_FUN)
+SET_PROPERTY(DIRECTORY
+  PROPERTY COMPILE_DEFINITIONS_RELEASE
+  CMAKE_IS_FUN_IN_RELEASE_MODE
+  )
 
 SET(TEST_SEP "a b c")
 SEPARATE_ARGUMENTS(TEST_SEP)



More information about the Cmake-commits mailing list