Skip to content

Simple utility for uninstalling CMake-installed utilities, since by default CMake does not provide an 'Uninstall' target

License

Notifications You must be signed in to change notification settings

ferreteleco/cmake-uninstall-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CMake Uninstall Utility Script

This is dead simple.

  1. Go to the /build directory inside the installed CMake project.
cd path/to/project/build
  1. Launch the script with elevated privileges, providing it with the file name install_manifest.txt, that should be in /build directory
sudo ./cmake-uninstall-utility.sh install_manifest.txt

Tada!


contact [email protected] if any issue

About

Simple utility for uninstalling CMake-installed utilities, since by default CMake does not provide an 'Uninstall' target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages