summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-12-16 15:39:59 +0000
committerKitware Robot <kwrobot@kitware.com>2021-12-16 10:40:12 -0500
commit17c74ec4d791228e550cfb4b7c2b7e20bad11522 (patch)
tree165d06ae5a3548370c66b2056d8eb1a703aa8529 /Modules
parentd5026daa9e9fb53893df5c2cd4a536e3016e1955 (diff)
parented9ac756e8af2dfe4316e9e5941fc8373fecc601 (diff)
downloadcmake-17c74ec4d791228e550cfb4b7c2b7e20bad11522.tar.gz
Merge topic 'FetchContent-doc-typo'
ed9ac756e8 FetchContent: Fix typo in documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6803
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FetchContent.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake
index be75689b0a..691d4ac284 100644
--- a/Modules/FetchContent.cmake
+++ b/Modules/FetchContent.cmake
@@ -43,7 +43,7 @@ dependencies and then ensuring they are populated with a separate call:
URL_HASH MD5=5588a7b18261c20068beabfb4f530b87
)
- FetchContent_MakeAvailable(googletest secret_sauce)
+ FetchContent_MakeAvailable(googletest myCompanyIcons)
The :command:`FetchContent_MakeAvailable` command ensures the named
dependencies have been populated, either by an earlier call or by populating