cmake uninstall

Submitted by Fekete Zoltán on

To uninstall everything which was installed, do this:

xargs rm < install_manifest.txt

install_manifest.txt is created when you run make install.

Tags