From c31adcee6a83246cfcd13ee90c56867361370c68 Mon Sep 17 00:00:00 2001 From: stephematician Date: Mon, 9 Sep 2024 15:18:41 +1000 Subject: [PATCH] Bump nlohmann/json required Need >= 3.11 for *_WITH_DEFAULT macros --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d669744f..0c88480c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT ENABLE_BROWSER) endif() find_package(CEF REQUIRED 95) -find_package(nlohmann_json REQUIRED) +find_package(nlohmann_json 3.11 REQUIRED) add_library(obs-browser MODULE) add_library(OBS::browser ALIAS obs-browser)