Replies: 1 comment
-
See in the FAQ from CMake wiki: By default, CMake does not provide the "make uninstall" target, so you cannot do this. We do not want "make uninstall" to remove useful files from the system. If you want an "uninstall" target in your project, then nobody prevents you from providing one. You need to delete the files listed in install_manifest.txt file. Instead of creating an "uninstall" target, Unix users could enter this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like the cmake invocation doesn't produce an
uninstall
target, how do I uninstall if I installed to the default /usr/local prefix ? Would it be too hard to provide amake uninstall
target ?Beta Was this translation helpful? Give feedback.
All reactions