diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-14 12:33:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-14 12:33:21 (GMT) |
commit | 7203990661fefb26cffa697625765dac123710cf (patch) | |
tree | cac74cdb4580a80fa2856e1686c6215034dd20a4 /Tests/BuildDepends | |
parent | 9c08054016200d25425bf38c17c183eafcb90f2b (diff) | |
download | CMake-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.txt | 1 |
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 |