Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Added a uninstall cmake target, making it easy to uninstall dlite when it is installed with cmake. Just do make uninstall or with cmake cmake --build . --target uninstall This is simply a slightly adapted copy of the recipe from the public cmake documentation: https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake ## Type of change - [ ] Bug fix & code cleanup - [x] New feature - [ ] Documentation update - [ ] Test update ## Checklist for the reviewer This checklist should be used as a help for the reviewer. - [ ] Is the change limited to one issue? - [ ] Does this PR close the issue? - [ ] Is the code easy to read and understand? - [ ] Do all new feature have an accompanying new test? - [ ] Has the documentation been updated as necessary?
- Loading branch information