From bd50e8a0588d193309f3637e7b5df70a20038fb5 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Thu, 7 Dec 2023 17:04:25 +1100 Subject: Help: Fix malformed cross-reference in FetchContent docs --- Modules/FetchContent.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12