From 668adbeebd47c8ed581265419a72dceacaf256f0 Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Mon, 9 Sep 2024 22:48:17 +0200 Subject: [PATCH] Remove STRICT_NLOHMANN_JSON_VERSION_CHECK leftover. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7770d29e633d..7c36ff73b436 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)