summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-14 12:33:21 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-14 12:33:21 (GMT)
commit7203990661fefb26cffa697625765dac123710cf (patch)
treecac74cdb4580a80fa2856e1686c6215034dd20a4 /Tests/BuildDepends
parent9c08054016200d25425bf38c17c183eafcb90f2b (diff)
downloadCMake-7203990661fefb26cffa697625765dac123710cf.zip
CMake-7203990661fefb26cffa697625765dac123710cf.tar.gz
CMake-7203990661fefb26cffa697625765dac123710cf.tar.bz2
COMP: removing the directory at the beginning breaks the test for in-source
builds Alex
Diffstat (limited to 'Tests/BuildDepends')
-rw-r--r--Tests/BuildDepends/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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