Skip to content

Commit

Permalink
Merge pull request #2143 from quentin-dev/develop
Browse files Browse the repository at this point in the history
Fix issue#2142: readme: fix typo in CMake FetchContent example
  • Loading branch information
nlohmann authored May 28, 2020
2 parents d70d06a + e44418e commit a01759a
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 a01759a

Please sign in to comment.