diff options
author | Jukka Aho <jukka.aho@vtt.fi> | 2021-12-15 14:45:27 (GMT) |
---|---|---|
committer | Jukka Aho <jukka.aho@vtt.fi> | 2021-12-15 14:45:27 (GMT) |
commit | ed9ac756e8af2dfe4316e9e5941fc8373fecc601 (patch) | |
tree | 4bfc61d5bd3a94e8567ea48cf3ffa4a1a4537ffe /Modules | |
parent | 029c8f50652415baf4aa3dd96c9a8dc9626ae4ec (diff) | |
download | CMake-ed9ac756e8af2dfe4316e9e5941fc8373fecc601.zip CMake-ed9ac756e8af2dfe4316e9e5941fc8373fecc601.tar.gz CMake-ed9ac756e8af2dfe4316e9e5941fc8373fecc601.tar.bz2 |
FetchContent: Fix typo in documentation
Diffstat (limited to 'Modules')
-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 be75689..691d4ac 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 |