summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-05-17 04:23:06 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-05-17 04:23:39 (GMT)
commitb2496bf14c90f6c362d20b84bf406d51c795778b (patch)
tree5cf5e54a431e94dc61d7ce33e8d5692f56906617 /Help/manual
parent173daad58de172ad5edbbf72117b5597c7339007 (diff)
downloadCMake-b2496bf14c90f6c362d20b84bf406d51c795778b.zip
CMake-b2496bf14c90f6c362d20b84bf406d51c795778b.tar.gz
CMake-b2496bf14c90f6c362d20b84bf406d51c795778b.tar.bz2
FetchContent: Populate directly without a sub-build
Fixes: #21703
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 43d54dc..72aedba 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
+ CMP0168: FetchContent implements steps directly instead of through a sub-build. </policy/CMP0168>
CMP0167: The FindBoost module is removed. </policy/CMP0167>
CMP0166: TARGET_PROPERTY evaluates link properties transitively over private dependencies of static libraries. </policy/CMP0166>
CMP0165: enable_language() must not be called before project(). </policy/CMP0165>