Skip to content

Commit

Permalink
Import nhlomann/json
Browse files Browse the repository at this point in the history
It is the single_include/json.hpp file from https://github.com/nlohmann/json/releases/tag/v3.10.4
  • Loading branch information
axic committed Nov 8, 2021
1 parent a243f14 commit 3f8f5ca
Show file tree
Hide file tree
Showing 7 changed files with 26,643 additions and 16 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ include(EthCcache)
# Let's find our dependencies
include(EthDependencies)
include(fmtlib)
include(nlohmann-json)
include(range-v3)

find_package(Threads)
Expand Down
13 changes: 0 additions & 13 deletions cmake/nlohmann-json.cmake

This file was deleted.

1 change: 1 addition & 0 deletions libsolutil/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ set(sources
Keccak256.h
LazyInit.h
LEB128.h
nlohmannjson.hpp
Numeric.cpp
Numeric.h
picosha2.h
Expand Down
2 changes: 1 addition & 1 deletion libsolutil/JSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#pragma once

#include <json/json.hpp>
#include <libsolutil/nlohmannjson.hpp>

#include <string>

Expand Down
Loading

0 comments on commit 3f8f5ca

Please sign in to comment.