diff options
author | Steven Stallion <sstallion@gmail.com> | 2023-05-14 19:20:27 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-09-25 22:56:44 (GMT) |
commit | 5f77807f1cc5b73eea00c55fdacc261cb3b0d3bb (patch) | |
tree | 44fc9f877562c5094d8294edc58f2a8b3391c21c /Help/release/dev | |
parent | 4ac624debc11e3b87d53a34ccfe3e25ff9c5a426 (diff) | |
download | CMake-5f77807f1cc5b73eea00c55fdacc261cb3b0d3bb.zip CMake-5f77807f1cc5b73eea00c55fdacc261cb3b0d3bb.tar.gz CMake-5f77807f1cc5b73eea00c55fdacc261cb3b0d3bb.tar.bz2 |
FetchContent: Add support for EXCLUDE_FROM_ALL
Fixes: #20167
Diffstat (limited to 'Help/release/dev')
-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. |