Skip to content

Commit

Permalink
chore(deps): bump nlohmann/json from 3.11.2 to 3.11.3 (#311)
Browse files Browse the repository at this point in the history
Resolves a longstanding cmake bug in nlohmann/json.
  • Loading branch information
cwaldren-ld authored Nov 29, 2023
1 parent b0ffc67 commit 0c1d22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
endif ()

FetchContent_Declare(json
URL https://github.com/nlohmann/json/releases/download/v3.11.2/json.tar.xz
)
URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
)

FetchContent_MakeAvailable(json)

0 comments on commit 0c1d22d

Please sign in to comment.