[cmake-commits] king committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jan 17 15:54:52 EST 2008
Update of /cvsroot/CMake/CMake/Tests/DocTest
In directory public:/mounts/ram/cvs-serv4925/Tests/DocTest
Modified Files:
CMakeLists.txt
Log Message:
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/DocTest/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt 6 Nov 2007 19:10:29 -0000 1.1
+++ CMakeLists.txt 17 Jan 2008 20:54:49 -0000 1.2
@@ -2,5 +2,5 @@
add_executable (DocTest DocTest.cxx)
-set_properties(GLOBAL PROPERTIES REPORT_UNDEFINED_PROPERTIES
+set_property(GLOBAL PROPERTY REPORT_UNDEFINED_PROPERTIES
"${CMAKE_CURRENT_BINARY_DIR}/UndefinedProperties.txt")
More information about the Cmake-commits
mailing list