cmake uninstall
To uninstall everything which was installed, do this:
xargs rm < install_manifest.txt
install_manifest.txt is created when you run make install.
- Read more about cmake uninstall
- Log in to post comments
To uninstall everything which was installed, do this:
xargs rm < install_manifest.txt
install_manifest.txt is created when you run make install.