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
LidarLite
Commits
16e62c75
Commit
16e62c75
authored
May 21, 2020
by
Alejandro Lopez Gestoso
Browse files
Added additional uninstall commands to also remove the installation folder of the library.
parent
e705b430
Pipeline
#5403
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
16e62c75
...
...
@@ -52,6 +52,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
Markdown
is supported
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