Skip to content

Commit

Permalink
Bump nlohmann/json required
Browse files Browse the repository at this point in the history
Need >= 3.11 for *_WITH_DEFAULT macros
  • Loading branch information
stephematician authored and RytoEX committed Oct 11, 2024
1 parent c794b64 commit c31adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c31adce

Please sign in to comment.