summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/option
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0081 and belowBrad King2021-02-101-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.13 and below to encourage projects to port away from setting policies to OLD.
* option: No CMP077 warnings when both cache and local variable existsRobert Maynard2018-07-102-0/+15
| | | | | | Previously we would warn when the local and cache version of a variable exists, but this use case doesn't need a warning as it maintains backwards compatibility.
* option: respect existing normal variableRobert Maynard2018-07-096-0/+43
Add policy CMP0077 to change this behavior in a compatible way.