Skip to content
New issue

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

Feature request for sudo make uninstall #163

Closed
jasjuang opened this issue Feb 4, 2017 · 1 comment
Closed

Feature request for sudo make uninstall #163

jasjuang opened this issue Feb 4, 2017 · 1 comment

Comments

@jasjuang
Copy link

jasjuang commented Feb 4, 2017

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

@bhomaidan1990
Copy link

bhomaidan1990 commented Apr 14, 2024

Hi @sergiud , this feature was added?? I tried sudo make uninstall in the build folder, however it says:

glog/build(master)$ sudo make uninstall
make: *** No rule to make target 'uninstall'.  Stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants