From f37fc13b7ccfb99d725fdfb8e0272b5ea4a9d0f8 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Sun, 1 Jun 2025 23:51:41 +0100 Subject: [PATCH] bump yyjson version 0.10.0 -> 0.11.1 (silences cmake warning) --- sphaira/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphaira/CMakeLists.txt b/sphaira/CMakeLists.txt index f3143fd..2544b93 100644 --- a/sphaira/CMakeLists.txt +++ b/sphaira/CMakeLists.txt @@ -178,7 +178,7 @@ FetchContent_Declare(stb FetchContent_Declare(yyjson GIT_REPOSITORY https://github.com/ibireme/yyjson.git - GIT_TAG 0.10.0 + GIT_TAG 0.11.1 ) FetchContent_Declare(minIni