mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'doc-using-deps-guide'
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
This commit is contained in:
@@ -15,7 +15,8 @@ when it populates a dependency. This allows subsequent calls to
|
||||
:command:`find_package` for the same dependency to re-use the populated
|
||||
contents instead of trying to satisfy the dependency from somewhere external
|
||||
to the build. Projects may also want to write files into this directory in
|
||||
some situations (see :ref:`FetchContent-find_package-integration` for examples).
|
||||
some situations (see :ref:`FetchContent-find_package-integration-examples`
|
||||
for examples).
|
||||
|
||||
The directory that ``CMAKE_FIND_PACKAGE_REDIRECTS_DIR`` points to will always
|
||||
be erased and recreated empty at the start of every CMake run. Any files
|
||||
|
||||
Reference in New Issue
Block a user