Skip to content
Snippets Groups Projects
Commit cb67c37e authored by Bienchen's avatar Bienchen
Browse files

CHanged CMake to delete stage dir in out-of-source build dir

parent 75ade39e
Branches
Tags
No related merge requests found
......@@ -320,7 +320,7 @@ add_subdirectory(tools)
# magic is done
add_subdirectory(deployment)
set(FILES_TO_BE_REMOVED ${CMAKE_SOURCE_DIR}/stage tests)
set(FILES_TO_BE_REMOVED ${PROJECT_BINARY_DIR}/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