mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 23:09:07 +08:00
delete -r in uninstall
This commit is contained in:
@@ -337,7 +337,7 @@ endif(DOXYGEN_FOUND)
|
|||||||
|
|
||||||
# uninstall
|
# uninstall
|
||||||
add_custom_target(uninstall
|
add_custom_target(uninstall
|
||||||
COMMAND cat ${PROJECT_BINARY_DIR}/install_manifest.txt | xargs rm -rf
|
COMMAND cat ${PROJECT_BINARY_DIR}/install_manifest.txt | xargs rm
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user