summaryrefslogtreecommitdiffstats
path: root/Source/cmUnsetCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add unset() command.Brad King2008-08-251-0/+84
This introduces the unset() command to make it easy to unset CMake variables, environment variables, and CMake cache variables. Previously it was not even possible to unset ENV or CACHE variables (as in completely remove them). Changes based on patch from Philip Lowman. See issue #7507.