summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/option/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* option: No CMP077 warnings when both cache and local variable existsRobert Maynard2018-07-101-0/+1
| | | | | | 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-091-0/+5
Add policy CMP0077 to change this behavior in a compatible way.