Unverified Commit a01759af authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #2143 from quentin-dev/develop

Fix issue#2142: readme: fix typo in CMake FetchContent example
parents d70d06ae e44418ea
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment