Skip to content

Commit 27f82a5

Browse files
committed
update fmt to 11.1.4, fixes clang 20
1 parent b733c36 commit 27f82a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ endif()
244244
set(MAT_JSON_AS_INTERFACE ON)
245245
CPMAddPackage("gh:geode-sdk/[email protected]")
246246
CPMAddPackage("gh:geode-sdk/[email protected]")
247-
CPMAddPackage("gh:fmtlib/fmt#11.0.2")
247+
CPMAddPackage("gh:fmtlib/fmt#11.1.4")
248248

249249
target_compile_definitions(${PROJECT_NAME} INTERFACE MAT_JSON_DYNAMIC=1)
250250

0 commit comments

Comments
 (0)