summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0102
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0102 and belowBrad King2022-06-141-0/+10
| | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.17 and below to encourage projects to port away from setting policies to OLD.
* cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-208-0/+86
Fixes: #18331