I have some executables/libraries being placed into the system paths using CMake\'s \"install\" keyword. Is there a built-in mechanism to do something like a \"distclean\",
There should be file "install_manifest.txt" after executing "make install". The following command should work:
cat install_manifest.txt | sudo xargs rm