From 7203990661fefb26cffa697625765dac123710cf Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 14 Jun 2007 08:33:21 -0400 Subject: COMP: removing the directory at the beginning breaks the test for in-source builds Alex --- Tests/BuildDepends/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/BuildDepends/CMakeLists.txt b/Tests/BuildDepends/CMakeLists.txt index dc3a475..b36d999 100644 --- a/Tests/BuildDepends/CMakeLists.txt +++ b/Tests/BuildDepends/CMakeLists.txt @@ -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 -- cgit v0.12