Skip to content

Commit eafa6e7

Browse files
Copilothsluoyz
andcommitted
Fix CI error by upgrading nlohmann/json to v3.11.3
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 4c656a4 commit eafa6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/Findjson.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(JSON_Install ON)
1919
FetchContent_Declare(
2020
json
2121
GIT_REPOSITORY https://github.com/nlohmann/json.git
22-
GIT_TAG v3.11.2
22+
GIT_TAG v3.11.3
2323
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
2424
)
2525

0 commit comments

Comments
 (0)