summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0019/CMP0019-OLD-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate compatibility with CMake versions older than 2.8.12Brad King2020-06-181-1/+8
| | | | | | | | Issue a deprecation warning on calls to `cmake_minimum_required` or `cmake_policy` that set policies based on versions older than 2.8.12. Note that the effective policy version includes `...<max>` treatment. This is important in combination with commit ca24b70d31 (Export: Specify a policy range in exported files, 2020-05-16, v3.18.0-rc1~133^2).
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-211-0/+10
The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.