summaryrefslogtreecommitdiffstats
path: root/Tests/DocTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-17 20:54:49 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-17 20:54:49 (GMT)
commitb8357db11d96eeb995b8443404e46466a493ab15 (patch)
tree9ccde29b2977a773527fed66ecb595e0b8282fbc /Tests/DocTest
parent456631225b11163f52b82989c1824bcd9ca3471c (diff)
downloadCMake-b8357db11d96eeb995b8443404e46466a493ab15.zip
CMake-b8357db11d96eeb995b8443404e46466a493ab15.tar.gz
CMake-b8357db11d96eeb995b8443404e46466a493ab15.tar.bz2
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
Diffstat (limited to 'Tests/DocTest')
-rw-r--r--Tests/DocTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/DocTest/CMakeLists.txt b/Tests/DocTest/CMakeLists.txt
index 1789746..bd78992 100644
--- a/Tests/DocTest/CMakeLists.txt
+++ b/Tests/DocTest/CMakeLists.txt
@@ -2,5 +2,5 @@ project (DocTest)
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")