diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-12-07 06:04:25 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-12-07 06:04:25 (GMT) |
commit | bd50e8a0588d193309f3637e7b5df70a20038fb5 (patch) | |
tree | 8d348f4b4f035ff9474da47ca6fe51ae71638a9c | |
parent | 618fdc1c42e127e5807c4b863dd7823a8093c15e (diff) | |
download | CMake-bd50e8a0588d193309f3637e7b5df70a20038fb5.zip CMake-bd50e8a0588d193309f3637e7b5df70a20038fb5.tar.gz CMake-bd50e8a0588d193309f3637e7b5df70a20038fb5.tar.bz2 |
Help: Fix malformed cross-reference in FetchContent docs
-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 |