[cmake-commits] hoffman committed CMakeLists.txt 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Feb 22 15:43:37 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces
In directory public:/mounts/ram/cvs-serv4094

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: show make results on the dashboard


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt	22 Feb 2007 02:24:17 -0000	1.3
+++ CMakeLists.txt	22 Feb 2007 20:43:35 -0000	1.4
@@ -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!



More information about the Cmake-commits mailing list