summaryrefslogtreecommitdiffstats
path: root/Tests/SubDirSpaces
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-22 20:43:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-22 20:43:35 (GMT)
commitd51fef92b4e1681cfcb6140af5b0db3b5d244436 (patch)
tree2660045e59584bc8b1bccf75c7c38e8eb5164292 /Tests/SubDirSpaces
parent417b2073dfa571c4b4ae9f17d9ddfce0e32a67c9 (diff)
downloadCMake-d51fef92b4e1681cfcb6140af5b0db3b5d244436.zip
CMake-d51fef92b4e1681cfcb6140af5b0db3b5d244436.tar.gz
CMake-d51fef92b4e1681cfcb6140af5b0db3b5d244436.tar.bz2
ENH: show make results on the dashboard
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 29f4f64..e3f4e87 100644
--- a/Tests/SubDirSpaces/CMakeLists.txt
+++ b/Tests/SubDirSpaces/CMakeLists.txt
@@ -1,4 +1,5 @@
PROJECT(SUBDIR)
+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.")
#WATCOM WMAKE does not support + in the name of a file!