Add find_package for 3.11 nlohmann

This commit is contained in:
Isaac Connor
2025-07-09 17:39:13 -04:00
parent a95adc38c6
commit f42c07f704

View File

@@ -591,6 +591,8 @@ if(HAVE_LIBPCRE AND HAVE_PCRE_H)
set(ZM_PCRE 1)
endif()
find_package(nlohmann_json 3.11.0 REQUIRED)
# Check for mmap and enable in all components
set(ZM_MEM_MAPPED 0)
set(ENABLE_MMAP no)