diff options
author | Brad King <brad.king@kitware.com> | 2022-06-09 13:02:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-09 13:03:14 (GMT) |
commit | ea65362f986965e68afd842fdafade99a07a830f (patch) | |
tree | 692a0a2f27b6b4c1aa9cbbb7e563ba4cd37c69b1 /Help/variable | |
parent | 4cfc5478b6a469ee52b9543bec369ad1b5dc3428 (diff) | |
parent | 92e93f5c9e309d0e2f9c119e9aa9bbff477602e2 (diff) | |
download | CMake-ea65362f986965e68afd842fdafade99a07a830f.zip CMake-ea65362f986965e68afd842fdafade99a07a830f.tar.gz CMake-ea65362f986965e68afd842fdafade99a07a830f.tar.bz2 |
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
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst b/Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst index fa414e4..5d45fb0 100644 --- a/Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst +++ b/Help/variable/CMAKE_FIND_PACKAGE_REDIRECTS_DIR.rst @@ -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 |