From 1ee98c714efcb5701fda760a34c2b0d09c69fdba Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 9 Jul 2025 17:40:12 -0400 Subject: [PATCH] Let's not be picky about version of nlohmann-json --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e715dcefd..1ffa4399c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -591,7 +591,7 @@ if(HAVE_LIBPCRE AND HAVE_PCRE_H) set(ZM_PCRE 1) endif() -find_package(nlohmann_json 3.11.0 REQUIRED) +find_package(nlohmann_json) # Check for mmap and enable in all components set(ZM_MEM_MAPPED 0)