summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-06 19:21:38 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-07 12:48:40 (GMT)
commit7723e9a058c579e3535df9bbe62ea218200e4250 (patch)
treea884f7554a019e372ef9862358a92bb60e4b7799 /Help/manual
parent2124a1364a620084c24d5654c2106e5aea88c55c (diff)
downloadCMake-7723e9a058c579e3535df9bbe62ea218200e4250.zip
CMake-7723e9a058c579e3535df9bbe62ea218200e4250.tar.gz
CMake-7723e9a058c579e3535df9bbe62ea218200e4250.tar.bz2
Do not produce legacy _LIB_DEPENDS cache entries
Introduce policy `CMP0073` to avoid producing these cache entries. Fixes: #16364
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 96d5c7d..254656a 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -51,6 +51,14 @@ The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
to determine whether to report an error on use of deprecated macros or
functions.
+Policies Introduced by CMake 3.12
+=================================
+
+.. toctree::
+ :maxdepth: 1
+
+ CMP0073: Do not produce legacy _LIB_DEPENDS cache entries. </policy/CMP0073>
+
Policies Introduced by CMake 3.11
=================================