Skip to content
Snippets Groups Projects
Commit 69be4e7b authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: rerun configure to have empty directory after clean

parent 07860977
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ macro(macro_create_targets_for_package pkg)
COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_BINARY_DIR}/PACKAGE-${pkg}"
COMMAND ${CMAKE_COMMAND} -E remove_directory "${CMAKE_BINARY_DIR}/PACKAGE-TOOLS"
COMMAND ${CMAKE_COMMAND} -E remove "${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}${PACKAGE_EXTENSION}"
COMMAND ${CMAKE_COMMAND} "${CMAKE_BINARY_DIR}"
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment