Files
CMake/Help/release/dev/FetchContent-exclude-from-all.rst
T
2023-09-26 08:56:44 +10:00

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.