Skip to content

Commit

Permalink
Remove STRICT_NLOHMANN_JSON_VERSION_CHECK leftover.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlt authored and cameel committed Sep 11, 2024
1 parent 4fca0b6 commit 668adbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ if (PROFILE_OPTIMIZER_STEPS)
add_definitions(-DPROFILE_OPTIMIZER_STEPS)
endif()

if (STRICT_NLOHMANN_JSON_VERSION)
add_definitions(-DSTRICT_NLOHMANN_JSON_VERSION_CHECK)
endif()

# Figure out what compiler and system are we using
include(EthCompilerSettings)

Expand Down

0 comments on commit 668adbe

Please sign in to comment.