[cmake-commits] martink committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 14:48:06 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: make the test really test targets with spaces


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	19 Feb 2007 17:21:48 -0000	1.1
+++ CMakeLists.txt	19 Feb 2007 19:48:04 -0000	1.2
@@ -1,5 +1,5 @@
 PROJECT(SUBDIR)
-SUBDIRS(Executable EXCLUDE_FROM_ALL "Some Examples")
+SUBDIRS("Executable 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!
 IF(WATCOM)



More information about the Cmake-commits mailing list