Skip to content

Commit

Permalink
MAINT: Update nlohmann::json
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Dec 31, 2023
1 parent ce07820 commit 2801283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/nlohmann_json
3 changes: 2 additions & 1 deletion src/mumble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ endif()

if(bundled-json)
set(JSON_BuildTests OFF CACHE INTERNAL "")
set(JSON_ImplicitConversions OFF CACHE INTERNAL "")
set(JSON_ImplicitConversions ON CACHE INTERNAL "")
set(JSON_SystemInclude ON CACHE INTERNAL "")
add_subdirectory("${3RDPARTY_DIR}/nlohmann_json/" "${CMAKE_CURRENT_BINARY_DIR}/nlohmann_json/" EXCLUDE_FROM_ALL)
else()
find_pkg("nlohmann_json" REQUIRED)
Expand Down

0 comments on commit 2801283

Please sign in to comment.