Skip to content

Commit 79f8a79

Browse files
Copilothsluoyz
andcommitted
Fix CI by staying with v3.11.2 and using CMAKE policy override
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent eafa6e7 commit 79f8a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/modules/Findjson.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ set(JSON_Install ON)
1919
FetchContent_Declare(
2020
json
2121
GIT_REPOSITORY https://github.com/nlohmann/json.git
22-
GIT_TAG v3.11.3
22+
GIT_TAG v3.11.2
23+
CMAKE_ARGS -DCMAKE_POLICY_DEFAULT_CMP0000=OLD
2324
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
2425
)
2526

0 commit comments

Comments
 (0)