blob: 9c388665aab0ff17522f82673158255ae1f7cf10 (
plain)
1
2
3
4
5
6
7
|
deprecate-policy-old
--------------------
* Compatibility with versions of CMake older than 3.5 is now deprecated
and will be removed from a future version. Calls to
:command:`cmake_minimum_required` or :command:`cmake_policy` that set
the policy version to an older value now issue a deprecation diagnostic.
|