From 542c530e565f63c20347883d19630ea80e5d3543 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 2 Oct 2021 12:31:22 -0600 Subject: [PATCH] 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 --- .gitmodules | 2 +- 3rdparty/json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4f2f7cb5..9e6d12d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/3rdparty/json b/3rdparty/json index bbdb29c6..0db99d5e 160000 --- a/3rdparty/json +++ b/3rdparty/json @@ -1 +1 @@ -Subproject commit bbdb29c6583e9e68f7f2bdce59a7384f061e0e32 +Subproject commit 0db99d5ed1ba0c4409509db3916e7bd8398ee920