From d51fef92b4e1681cfcb6140af5b0db3b5d244436 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 22 Feb 2007 15:43:35 -0500 Subject: ENH: show make results on the dashboard --- Tests/SubDirSpaces/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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! -- cgit v0.12