summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-03 17:04:00 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-04 14:13:03 (GMT)
commit9de94f10ae7128ab176386c82182485e2261b5cd (patch)
tree2bd61fdcb751032531d54dbe848b23ad3a1db836 /Help/release
parent1049a420ec5e2ca1582a3ac09228d084c95e7285 (diff)
parent53a391561e89a02c1ed52fa7fa846f10aabe2fd8 (diff)
downloadCMake-9de94f10ae7128ab176386c82182485e2261b5cd.zip
CMake-9de94f10ae7128ab176386c82182485e2261b5cd.tar.gz
CMake-9de94f10ae7128ab176386c82182485e2261b5cd.tar.bz2
Merge branch 'doc-cmp0077' into release-3.13
Merge-request: !2439
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.13.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index b08f21d..a4ee786 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -203,8 +203,10 @@ Deprecated and Removed Features
Other Changes
=============
-* The :command:`option` command now honors existing normal variables instead
- of replacing them with a cache entry. See policy :policy:`CMP0077`.
+* The :command:`option` command now honors an existing normal variable
+ of the same name and does nothing instead of possibly creating a cache
+ entry (or setting its type) and removing the normal variable.
+ See policy :policy:`CMP0077`.
* The :ref:`Makefile Generators` learned to remove custom command and
custom target byproducts during ``make clean``.