summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-19 12:29:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-19 12:30:05 (GMT)
commit180a36e243f9d5191c523774ec077727833e4f9b (patch)
treeb42c3211cdc3629a03ba9261c29f32f0652c6dd0 /Help/manual
parentcded54f48d2b7b1780a2364096982e86a843266a (diff)
parenteb35d8884b4cf9f4f96482b1bf6017511fdcdda3 (diff)
downloadCMake-180a36e243f9d5191c523774ec077727833e4f9b.zip
CMake-180a36e243f9d5191c523774ec077727833e4f9b.tar.gz
CMake-180a36e243f9d5191c523774ec077727833e4f9b.tar.bz2
Merge topic 'find-package_root-restore'
eb35d8884b find_package: Use PackageName_ROOT variables as search prefixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1858
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 254656a..7e2255d 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.12
.. toctree::
:maxdepth: 1
+ CMP0074: find_package uses PackageName_ROOT variables. </policy/CMP0074>
CMP0073: Do not produce legacy _LIB_DEPENDS cache entries. </policy/CMP0073>
Policies Introduced by CMake 3.11