[cmake-commits] alex committed CMakeLists.txt 1.6 1.7
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jun 14 08:33:23 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/BuildDepends
In directory public:/mounts/ram/cvs-serv3051
Modified Files:
CMakeLists.txt
Log Message:
COMP: removing the directory at the beginning breaks the test for in-source
builds
Alex
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BuildDepends/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CMakeLists.txt 13 Jun 2007 20:26:49 -0000 1.6
+++ CMakeLists.txt 14 Jun 2007 12:33:21 -0000 1.7
@@ -6,7 +6,6 @@
# and source files for the test project.
project(BuildDepends)
-file(REMOVE_RECURSE ${BuildDepends_BINARY_DIR}/Project)
file(MAKE_DIRECTORY ${BuildDepends_BINARY_DIR}/Project)
message("Creating Project/foo.cxx")
write_file(${BuildDepends_BINARY_DIR}/Project/foo.cxx
More information about the Cmake-commits
mailing list