diff options
author | Brad King <brad.king@kitware.com> | 2024-06-06 12:41:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-06-06 12:41:59 (GMT) |
commit | 60da7cb84e1e1c49f8fbd803fd80398a20a7211b (patch) | |
tree | 736310c3a621d429ff41bc7200cb84f8219ef9e9 /Modules | |
parent | aeb57476dea891b063530759be21d0eab642727c (diff) | |
parent | 2449c04d8d0e6d354df969573ca62cd5709f0822 (diff) | |
download | CMake-60da7cb84e1e1c49f8fbd803fd80398a20a7211b.zip CMake-60da7cb84e1e1c49f8fbd803fd80398a20a7211b.tar.gz CMake-60da7cb84e1e1c49f8fbd803fd80398a20a7211b.tar.bz2 |
Merge topic 'doc-add_subdirectory-EXCLUDE_FROM_ALL'
2449c04d8d Help: improve docs for the EXCLUDE_FROM_ALL directory property
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9497
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FetchContent.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake index 01c9877..0763f54 100644 --- a/Modules/FetchContent.cmake +++ b/Modules/FetchContent.cmake @@ -232,8 +232,8 @@ Commands If the ``EXCLUDE_FROM_ALL`` argument is provided, then targets in the subdirectory added by :command:`FetchContent_MakeAvailable` will not be included in the ``ALL`` target by default, and may be excluded from IDE - project files. See the :command:`add_subdirectory` ``EXCLUDE_FROM_ALL`` - argument documentation for a more detailed discussion of the effects. + project files. See the documentation for the directory property + :prop_dir:`EXCLUDE_FROM_ALL` for a detailed discussion of the effects. .. command:: FetchContent_MakeAvailable |