Closed hmorris94 closed 4 years ago
https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake
You could simply run:
$ xargs rm < install_manifest.txt
install_manifest.txt is created after you run make install
install_manifest.txt
make install
I am not going to add an uninstall target.
uninstall
You could simply run:
install_manifest.txt
is created after you runmake install
I am not going to add an
uninstall
target.