summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-17 10:47:46 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-17 18:16:48 (GMT)
commit0c709cb2a214ec37100d38f06e1bbf157d8c4cb8 (patch)
tree19675a36da0dc13a7bd355af6656cf0d257fed15 /Help
parent333804fa0e12c3df9ef16fec163451cffda52df4 (diff)
downloadCMake-0c709cb2a214ec37100d38f06e1bbf157d8c4cb8.zip
CMake-0c709cb2a214ec37100d38f06e1bbf157d8c4cb8.tar.gz
CMake-0c709cb2a214ec37100d38f06e1bbf157d8c4cb8.tar.bz2
Add deprecation warnings for policies CMP0063 and below
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.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/deprecate-policy-old.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/deprecate-policy-old.rst b/Help/release/dev/deprecate-policy-old.rst
new file mode 100644
index 0000000..7e9862f
--- /dev/null
+++ b/Help/release/dev/deprecate-policy-old.rst
@@ -0,0 +1,8 @@
+deprecate-policy-old
+--------------------
+
+* An explicit deprecation diagnostic was added for policies ``CMP0055``
+ through ``CMP0063`` (``CMP0054`` 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.