Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | option: No CMP077 warnings when both cache and local variable exists | Robert Maynard | 2018-07-10 | 2 | -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 variable | Robert Maynard | 2018-07-09 | 6 | -0/+43 |
Add policy CMP0077 to change this behavior in a compatible way. |