Skip to content

Commit

Permalink
Merge pull request #15421 from ethereum/remove_leftover
Browse files Browse the repository at this point in the history
Remove STRICT_NLOHMANN_JSON_VERSION_CHECK leftover.
  • Loading branch information
cameel committed Sep 11, 2024
2 parents 4fca0b6 + 668adbe commit 4049f51
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 4049f51

Please sign in to comment.