Merge topic 'FetchContent-EXCLUDE_FROM_ALL'

5f77807f1c FetchContent: Add support for EXCLUDE_FROM_ALL

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8822
This commit is contained in:
Craig Scott
2023-09-26 12:35:33 +00:00
committed by Kitware Robot
6 changed files with 62 additions and 7 deletions
@@ -0,0 +1,7 @@
FetchContent-exclude-from-all
-----------------------------
* The :module:`FetchContent` module's :command:`FetchContent_Declare` command
gained an ``EXCLUDE_FROM_ALL`` option, which propagates through to the
:command:`add_subdirectory` call made by
:command:`FetchContent_MakeAvailable` for the dependency.