From d93265b8fa6b6b002dbedff3164c29c21455ae9e Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 22 Feb 2007 17:15:13 -0500 Subject: [PATCH] ENH: add a comment --- Tests/SubDirSpaces/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/SubDirSpaces/CMakeLists.txt b/Tests/SubDirSpaces/CMakeLists.txt index e3f4e87aa..e16785933 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.")