From c14c6caa32848d6db4d351d69f92d9a32f9f2896 Mon Sep 17 00:00:00 2001 From: dota17 Date: Wed, 11 Mar 2020 10:47:04 +0800 Subject: [PATCH] delete -r in uninstall --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc8d38d..2f7f5d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,7 +337,7 @@ endif(DOXYGEN_FOUND) # 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} ) -- 2.49.0