Skip to content
Snippets Groups Projects
Commit 58c5ee0d authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added additional uninstall commands to also remove the installation folder of the library.

parent a3cfefc7
No related branches found
No related tags found
No related merge requests found
Pipeline #5405 passed
...@@ -55,6 +55,8 @@ IF (UNIX) ...@@ -55,6 +55,8 @@ IF (UNIX)
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(
COMMENT "uninstall package" COMMENT "uninstall package"
COMMAND xargs ARGS rm < install_manifest.txt COMMAND xargs ARGS rm < install_manifest.txt
COMMAND rm -rd ${CMAKE_INSTALL_PREFIX}/lib/iri/${PROJECT_NAME}
COMMAND rm -rd ${CMAKE_INSTALL_PREFIX}/include/iri/${PROJECT_NAME}
TARGET uninstall TARGET uninstall
) )
......
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