summaryrefslogtreecommitdiffstats
path: root/Tests/SubDirSpaces
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-22 22:15:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-22 22:15:13 (GMT)
commitd93265b8fa6b6b002dbedff3164c29c21455ae9e (patch)
tree73d4e5cf4eacc7ad31757f382c12a674401d49e2 /Tests/SubDirSpaces
parentc1eae5b8919a15d9dc5af3f47811f56574375b53 (diff)
downloadCMake-d93265b8fa6b6b002dbedff3164c29c21455ae9e.zip
CMake-d93265b8fa6b6b002dbedff3164c29c21455ae9e.tar.gz
CMake-d93265b8fa6b6b002dbedff3164c29c21455ae9e.tar.bz2
ENH: add a comment
Diffstat (limited to 'Tests/SubDirSpaces')
-rw-r--r--Tests/SubDirSpaces/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt
index e3f4e87..e167859 100644
--- a/Tests/SubDirSpaces/CMakeLists.txt
+++ b/Tests/SubDirSpaces/CMakeLists.txt
@@ -1,4 +1,5 @@
PROJECT(SUBDIR)
+# be able to see output from make on dashboards
SET(CMAKE_VERBOSE_MAKEFILE 1)
SUBDIRS("Executable Sources" "Some(x86) Sources" EXCLUDE_FROM_ALL "Some Examples")
WRITE_FILE(${SUBDIR_BINARY_DIR}/ShouldBeHere "This file should exist.")