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:13 (GMT) |
commit | a7c21823ce84368b6ae478143cf97dbbbb8a5c7d (patch) | |
tree | 8d348f4b4f035ff9474da47ca6fe51ae71638a9c | |
parent | 618fdc1c42e127e5807c4b863dd7823a8093c15e (diff) | |
parent | bd50e8a0588d193309f3637e7b5df70a20038fb5 (diff) | |
download | CMake-a7c21823ce84368b6ae478143cf97dbbbb8a5c7d.zip CMake-a7c21823ce84368b6ae478143cf97dbbbb8a5c7d.tar.gz CMake-a7c21823ce84368b6ae478143cf97dbbbb8a5c7d.tar.bz2 |
Merge topic 'doc-fetchcontent-bad-ref' into release-3.28
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 f10684c..9bbeac0 100644 --- a/Modules/FetchContent.cmake +++ b/Modules/FetchContent.cmake @@ -247,7 +247,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 |