Hi all.
I was wondering how to remove my cmake installed program as it does not provides make uninstall step. Solution is simple. In the build folder of the application run this:
xargs rm < install_manifest.txt
Thanks realzthat.
Regards.
Andy
Hi all.
I was wondering how to remove my cmake installed program as it does not provides make uninstall step. Solution is simple. In the build folder of the application run this:
xargs rm < install_manifest.txt
Thanks realzthat.
Regards.
Andy