summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0126
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0126 and belowBrad King2023-10-032-0/+20
| | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.21 and below to encourage projects to port away from setting policies to OLD.
* CMP0126: Add control for warningsMarc Chevrier2021-06-294-0/+20
| | | | Fixes: #22353
* set(CACHE): do not remove normal variableMarc Chevrier2021-05-206-0/+80
Fixes: #22038