aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMUninstallTarget.cmake
AgeCommit message (Collapse)Author
2016-08-31add full license textAllen Winter
REVIEW: 128780
2015-02-06Document when modules were added to ECM.Alex Merry
2015-02-04Add a module to provide an uninstall target.Alex Merry
This is basically just the code available on the CMake FAQ item about `make uninstall`, but packaged up in a convenient module. REVIEW: 122359