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

PKG: -clean target should not run configure again

parent d4df3ae5
Branches
Tags
No related merge requests found
......@@ -112,7 +112,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}"
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
)
endmacro(macro_create_targets_for_package)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment