Skip to content

Commit

Permalink
delete -r in uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
dota17 committed Mar 11, 2020
1 parent 1160c86 commit c14c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}
)

Expand Down

0 comments on commit c14c6ca

Please sign in to comment.