summaryrefslogtreecommitdiffstats
path: root/Tests/SubDirSpaces
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-02-19 19:48:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-02-19 19:48:04 (GMT)
commit245e7c3482005798a81e1bc6641aaad4ca0a5b71 (patch)
treea5b6b0b98a700f7d638623a543b5f65ffe28f9ac /Tests/SubDirSpaces
parent84315a7d576830ad93188750ca56bb171947f2f8 (diff)
downloadCMake-245e7c3482005798a81e1bc6641aaad4ca0a5b71.zip
CMake-245e7c3482005798a81e1bc6641aaad4ca0a5b71.tar.gz
CMake-245e7c3482005798a81e1bc6641aaad4ca0a5b71.tar.bz2
ENH: make the test really test targets with spaces
Diffstat (limited to 'Tests/SubDirSpaces')
-rw-r--r--Tests/SubDirSpaces/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt
index 84474a8..3535070 100644
--- a/Tests/SubDirSpaces/CMakeLists.txt
+++ b/Tests/SubDirSpaces/CMakeLists.txt
@@ -1,5 +1,5 @@
PROJECT(SUBDIR)
-SUBDIRS(Executable EXCLUDE_FROM_ALL "Some Examples")
+SUBDIRS("Executable Sources" EXCLUDE_FROM_ALL "Some Examples")
WRITE_FILE(${SUBDIR_BINARY_DIR}/ShouldBeHere "This file should exist.")
#WATCOM WMAKE does not support + in the name of a file!
IF(WATCOM)