Skip to content

Commit

Permalink
Updating targeted version of nlohmann_json to latest release: 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 29, 2024
1 parent ee17bf2 commit 0335e2c
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 @@ -43,7 +43,7 @@ if(NOT TARGET nlohmann_json)
FetchContent_Declare(
nlohmann_json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG "db53bda"
GIT_TAG "v3.11.3"
)

FetchContent_MakeAvailable(nlohmann_json)
Expand Down

0 comments on commit 0335e2c

Please sign in to comment.