Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Feature request for sudo make uninstall #163

@jasjuang

Description

@jasjuang

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions