3rdparty: replace json submodule with a minified fork
The main git repo is several hundred MB. https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent This is mentioned in https://github.com/nlohmann/json/blob/develop/README.md
This commit is contained in:
parent
59e71d7600
commit
542c530e56
|
|
@ -6,4 +6,4 @@
|
|||
url = https://github.com/google/googletest
|
||||
[submodule "3rdparty/json"]
|
||||
path = 3rdparty/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
url = https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bbdb29c6583e9e68f7f2bdce59a7384f061e0e32
|
||||
Subproject commit 0db99d5ed1ba0c4409509db3916e7bd8398ee920
|
||||
Loading…
Reference in New Issue