Closed knocte closed 10 years ago
Sorry, I guess I'm too used to the build system being used only by package maintainers. :) You can uninstall the installed files using:
xargs rm < install_manifest.txt
It should be possible to add an "uninstall" target using code from the CMake FAQ.
Ideally if we have an "install" target we should have an "uninstall" one, no?
Thanks