summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-09-20 15:30:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-20 15:30:24 (GMT)
commitfe751ad1fb6b4c54f7662b01777142f2c598c958 (patch)
tree09bfc5f60bbbacd193b3a2f819fe791007e90593 /Help
parent3523990f7b96b0f25836cf319a7c8112c55e5acd (diff)
parent0c709cb2a214ec37100d38f06e1bbf157d8c4cb8 (diff)
downloadCMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.zip
CMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.tar.gz
CMake-fe751ad1fb6b4c54f7662b01777142f2c598c958.tar.bz2
Merge topic 'deprecate-policy-old'
0c709cb2a2 Add deprecation warnings for policies CMP0063 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2397
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.