remove json.hpp from repo

This commit is contained in:
2023-01-27 12:34:49 +00:00
parent f68930d6b5
commit 928528ccfe
3 changed files with 7 additions and 24641 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ Makefile.in
.DS_Store
*~
/*/env
/*/build
/*/build
/Grid/json.hpp
+5
View File
@@ -2,5 +2,10 @@
set -euo pipefail
json_url='https://github.com/nlohmann/json/blob/bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d/single_include/nlohmann/json.hpp'
if [ ! -f json.hpp ]; then
wget ${json_url}
fi
mkdir -p .buildutils/m4
autoreconf -fvi
-24640
View File
File diff suppressed because it is too large Load Diff