mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
5f77807f1c
Fixes: #20167
8 lines
315 B
ReStructuredText
8 lines
315 B
ReStructuredText
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.
|