summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-05-30 14:13:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-05-30 14:13:29 (GMT)
commit679a3d9e6cc751b98a603909b804e053941709c2 (patch)
tree4e4d2c618724f9a057a2d30902fd84cfb3a7da18 /Help/manual
parentc024b5cf9a8d96dcb1e289f086ef3d8760e316c4 (diff)
parentf588421b58f23b192670ad686e2797a09489a096 (diff)
downloadCMake-679a3d9e6cc751b98a603909b804e053941709c2.zip
CMake-679a3d9e6cc751b98a603909b804e053941709c2.tar.gz
CMake-679a3d9e6cc751b98a603909b804e053941709c2.tar.bz2
Merge topic 'enforce-fc-fully-disconnected-requirements'
f588421b58 FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirements Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !9556
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 7d2440e..7155404 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.30
.. toctree::
:maxdepth: 1
+ CMP0170: FETCHCONTENT_FULLY_DISCONNECTED requirements are enforced. </policy/CMP0170>
CMP0169: FetchContent_Populate(depName) single-argument signature is deprecated. </policy/CMP0169>
CMP0168: FetchContent implements steps directly instead of through a sub-build. </policy/CMP0168>
CMP0167: The FindBoost module is removed. </policy/CMP0167>