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

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


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add a comment


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/CMakeLists.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CMakeLists.txt	22 Feb 2007 20:43:35 -0000	1.4
+++ CMakeLists.txt	22 Feb 2007 22:15:13 -0000	1.5
@@ -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.")



More information about the Cmake-commits mailing list