Skip to content
Snippets Groups Projects
Commit ec92a87e authored by Andreas Schenk's avatar Andreas Schenk
Browse files

removed line in CMakeLists.txt that tries to remove CMakeFiles

folder because it breaks the make clean command
parent d39bdc88
Branches
Tags
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment