Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Teach RunCMake to optionally ignore policy version deprecation warnings | Brad King | 2023-02-09 | 1 | -6/+0 |
| | | | | | Avoid requiring tests for deprecated behavior to match the warnings explicitly. | ||||
* | Deprecate compatibility with CMake versions older than 2.8.12 | Brad King | 2020-06-18 | 1 | -0/+6 |
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). |