Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Eric Berquist
CMake
Commits
ed9ac756
Commit
ed9ac756
authored
Dec 15, 2021
by
Jukka Aho
Browse files
FetchContent: Fix typo in documentation
parent
029c8f50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FetchContent.cmake
View file @
ed9ac756
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment