Просмотр исходного кода

COMP: removing the directory at the beginning breaks the test for in-source
builds

Alex

Alexander Neundorf 18 лет назад
Родитель
Сommit
7203990661
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Tests/BuildDepends/CMakeLists.txt

+ 0 - 1
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