From ec92a87e7b002e660cc51fac2bf24c5e04c70624 Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Thu, 19 Jul 2012 10:10:42 -0400 Subject: [PATCH] removed line in CMakeLists.txt that tries to remove CMakeFiles folder because it breaks the make clean command --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6d4dbbfe..91c10973b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -294,7 +294,6 @@ add_subdirectory(scripts) add_subdirectory(deployment) set(FILES_TO_BE_REMOVED ${CMAKE_SOURCE_DIR}/stage tests) add_subdirectory(tools) -set(FILES_TO_BE_REMOVED CMakeFiles stage tests) set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${FILES_TO_BE_REMOVED}") -- GitLab