Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
asterx1_gps
Commits
33472911
Commit
33472911
authored
May 21, 2020
by
Alejandro Lopez Gestoso
Browse files
Added additional uninstall commands to also remove the installation folder of the library.
parent
c2db21c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
33472911
...
...
@@ -62,6 +62,8 @@ IF (UNIX)
ADD_CUSTOM_COMMAND
(
COMMENT
"uninstall package"
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment