We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am on Ubuntu 16.04.
Can we add a sudo make uninstall feature as described in https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F ?
Currently after
git clone https://github.com/google/glog cd glog && mkdir build && cd build cmake .. make sudo make install
There is no way to delete the installed library and headers in /usr/local/lib and /usr/local/include automatically. I had to do it manually
/usr/local/lib
/usr/local/include
The text was updated successfully, but these errors were encountered:
Hi @sergiud , this feature was added?? I tried sudo make uninstall in the build folder, however it says:
sudo make uninstall
glog/build(master)$ sudo make uninstall make: *** No rule to make target 'uninstall'. Stop.
Sorry, something went wrong.
No branches or pull requests
I am on Ubuntu 16.04.
Can we add a sudo make uninstall feature as described in https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F ?
Currently after
There is no way to delete the installed library and headers in
/usr/local/lib
and/usr/local/include
automatically. I had to do it manuallyThe text was updated successfully, but these errors were encountered: