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
bno055_imu_driver
Commits
26c333d9
Commit
26c333d9
authored
May 18, 2020
by
Sergi Hernandez
Browse files
Added additional uninstall commands to also remove the installation folder of the library.
parent
ce6dccf0
Pipeline
#5384
passed with stages
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
26c333d9
...
...
@@ -56,6 +56,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