Skip to content

Commit

Permalink
readme: fix typo in CMake FetchContent example
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-dev authored May 27, 2020
1 parent d70d06a commit e44418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Example:
include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/nlohmann/json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.7.3)
FetchContent_GetProperties(json)
Expand Down

0 comments on commit e44418e

Please sign in to comment.