From 6479b84f5ca2aa82c78995fe3f24e512ae3c8392 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 1 May 2025 11:20:27 -0400 Subject: [PATCH] Update SDL2 for windows --- thirdparty/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index b9a2e51d7..8e527d22b 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.24.2 - URL "https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.24.2.zip" + VERSION 2.28.0 + URL "https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.28.0.zip" EXCLUDE_FROM_ALL ON OPTIONS "BUILD_SHARED_LIBS ${SRB2_CONFIG_SHARED_INTERNAL_LIBRARIES}"