diff options
author | Brad King <brad.king@kitware.com> | 2023-12-07 14:01:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-12-07 14:02:14 (GMT) |
commit | 092438e9f6e8decae5805fbe9d50f65707ed642b (patch) | |
tree | 9a8b2b39fe0587f2a4135d6682282b549634d86f | |
parent | 52145c117a2522467618d433448ee6bed9ace972 (diff) | |
parent | bd50e8a0588d193309f3637e7b5df70a20038fb5 (diff) | |
download | CMake-092438e9f6e8decae5805fbe9d50f65707ed642b.zip CMake-092438e9f6e8decae5805fbe9d50f65707ed642b.tar.gz CMake-092438e9f6e8decae5805fbe9d50f65707ed642b.tar.bz2 |
Merge topic 'doc-fetchcontent-bad-ref'
bd50e8a058 Help: Fix malformed cross-reference in FetchContent docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9047
-rw-r--r-- | Modules/FetchContent.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake index 8663631..1038585 100644 --- a/Modules/FetchContent.cmake +++ b/Modules/FetchContent.cmake @@ -253,7 +253,7 @@ 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`` + project files. See the :command:`add_subdirectory` ``EXCLUDE_FROM_ALL`` argument documentation for a more detailed discussion of the effects. .. command:: FetchContent_MakeAvailable |