mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
6845e2559d
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.
9 lines
342 B
ReStructuredText
9 lines
342 B
ReStructuredText
deprecate-policy-old
|
|
--------------------
|
|
|
|
* An explicit deprecation diagnostic was added for policies ``CMP0064``
|
|
and ``CMP0065`` (``CMP0063`` and below were already deprecated).
|
|
The :manual:`cmake-policies(7)` manual explains that the OLD behaviors
|
|
of all policies are deprecated and that projects should port to the
|
|
NEW behaviors.
|