From d16b256cac7c78479b3d6b1fd351323885168000 Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Tue, 4 Mar 2025 19:39:13 +1100 Subject: [PATCH] Update SDL version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3899985..6c11bd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries") FetchContent_Declare( SDL GIT_REPOSITORY https://github.com/libsdl-org/SDL.git - GIT_TAG release-3.2.4 + GIT_TAG release-3.2.6 GIT_SHALLOW TRUE GIT_PROGRESS TRUE )