From e5dd2c9c40a6579b3b00cd1d3148353b4970af80 Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:13:49 -0300 Subject: [PATCH] update json https://github.com/geode-sdk/json/commit/cda9807f6350f1a3ac41af741a0bd179ac16051c --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fbfc08e..4e4a4825 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -213,7 +213,7 @@ if (ANDROID) endif() set(MAT_JSON_AS_INTERFACE ON) -CPMAddPackage("gh:geode-sdk/json#3a79c51") +CPMAddPackage("gh:geode-sdk/json#cda9807") CPMAddPackage("gh:fmtlib/fmt#10.2.1") target_compile_definitions(${PROJECT_NAME} INTERFACE MAT_JSON_DYNAMIC=1)