From 1b4b9170a04793f2cde5d1e56f8441b25720281d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 30 Dec 2025 14:26:26 -0700 Subject: [PATCH] Pin SDL3 version to specific commit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd24f32a..6ddd7704 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ if (DOWNLOAD_DEPENDENCIES) FetchContent_Declare( SDL3 GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git" - GIT_TAG "release-3.2.28" + GIT_TAG "7d66d3271b1c27d78651fa2a4fe1383e2f9b492d" UPDATE_DISCONNECTED TRUE EXCLUDE_FROM_ALL )