diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-22 22:15:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-22 22:15:13 (GMT) |
commit | d93265b8fa6b6b002dbedff3164c29c21455ae9e (patch) | |
tree | 73d4e5cf4eacc7ad31757f382c12a674401d49e2 /Tests/SubDirSpaces | |
parent | c1eae5b8919a15d9dc5af3f47811f56574375b53 (diff) | |
download | CMake-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.txt | 1 |
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.") |