We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20449e2 commit 8e7eb2cCopy full SHA for 8e7eb2c
third_party/nlohmann_json/nlohmann_json.cmake
@@ -2,8 +2,8 @@ include(FetchContent)
2
3
FetchContent_Declare(
4
nlohmann_json
5
- URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.2.tar.gz
6
- URL_HASH SHA256=d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273
+ URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.3.tar.gz
+ URL_HASH SHA256=4842187627440306124040909540027732298717808266205807185381831037
7
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
8
)
9
0 commit comments