diff --git a/build/.uninstall-from-cmake.sh b/build/.uninstall-from-cmake.sh new file mode 100644 index 0000000000000000000000000000000000000000..23670fcf1d05368e1c4d9205612fa477c2d4885e --- /dev/null +++ b/build/.uninstall-from-cmake.sh @@ -0,0 +1,3 @@ +cat install_manifest.txt | xargs echo rm | sh +rm -rf /usr/local/include/bgslibrary +rm -rf /usr/local/lib/cmake/BGSLibrary \ No newline at end of file