From d9e12f138f97692bd4fa4a0b1c76efdb393e289b Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 1 May 2025 11:57:14 -0400 Subject: [PATCH] Revert "Update SDL2 for windows" This reverts commit 6479b84f5ca2aa82c78995fe3f24e512ae3c8392. --- thirdparty/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 8e527d22b..b9a2e51d7 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -13,8 +13,8 @@ endif() if(NOT "${SRB2_CONFIG_SYSTEM_LIBRARIES}") CPMAddPackage( NAME SDL2 - VERSION 2.28.0 - URL "https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.28.0.zip" + VERSION 2.24.2 + URL "https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.24.2.zip" EXCLUDE_FROM_ALL ON OPTIONS "BUILD_SHARED_LIBS ${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}"