diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-09-26 12:35:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-09-26 12:35:45 (GMT) |
commit | 8a90ae92afd53a89cb223082778adad5c696d80f (patch) | |
tree | d0d500ab10f40a1be500907d5bd4ff4accbd32c9 /Help | |
parent | 3330869964f527a984bbdee25134b1af3dd2ab21 (diff) | |
parent | 5f77807f1cc5b73eea00c55fdacc261cb3b0d3bb (diff) | |
download | CMake-8a90ae92afd53a89cb223082778adad5c696d80f.zip CMake-8a90ae92afd53a89cb223082778adad5c696d80f.tar.gz CMake-8a90ae92afd53a89cb223082778adad5c696d80f.tar.bz2 |
Merge topic 'FetchContent-EXCLUDE_FROM_ALL'
5f77807f1c FetchContent: Add support for EXCLUDE_FROM_ALL
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8822
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FetchContent-exclude-from-all.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FetchContent-exclude-from-all.rst b/Help/release/dev/FetchContent-exclude-from-all.rst new file mode 100644 index 0000000..267ce72 --- /dev/null +++ b/Help/release/dev/FetchContent-exclude-from-all.rst @@ -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. |