summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-09 13:02:56 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-09 13:03:13 (GMT)
commit9d43059132dd0506e7be6dd5a1310a32efbeddb5 (patch)
treee9a7bf537f7a151473c8b4efd2cd8a3953d277d9 /Modules
parentb33b6014b2ddfb7b8007a18d24fad5a0e186f959 (diff)
parent92e93f5c9e309d0e2f9c119e9aa9bbff477602e2 (diff)
downloadCMake-9d43059132dd0506e7be6dd5a1310a32efbeddb5.zip
CMake-9d43059132dd0506e7be6dd5a1310a32efbeddb5.tar.gz
CMake-9d43059132dd0506e7be6dd5a1310a32efbeddb5.tar.bz2
Merge topic 'doc-using-deps-guide' into release-3.24
92e93f5c9e Help: Overhaul and expand the Using Dependencies Guide Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !7332
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FetchContent.cmake8
1 files changed, 7 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake
index 83aafa8..75a161a 100644
--- a/Modules/FetchContent.cmake
+++ b/Modules/FetchContent.cmake
@@ -11,6 +11,12 @@ FetchContent
.. contents::
+.. note:: The :guide:`Using Dependencies Guide` provides a high-level
+ introduction to this general topic. It provides a broader overview of
+ where the ``FetchContent`` module fits into the bigger picture,
+ including its relationship to the :command:`find_package` command.
+ The guide is recommended pre-reading before moving on to the details below.
+
Overview
^^^^^^^^
@@ -720,7 +726,7 @@ frameworks are available to the main build:
# Catch2 will be available to the rest of the build
FetchContent_MakeAvailable(googletest Catch2)
-.. _FetchContent-find_package-integration:
+.. _FetchContent-find_package-integration-examples:
Integrating With find_package()
"""""""""""""""""""""""""""""""