Revert "Update SDL2 for windows"

This reverts commit 6479b84f5c.
This commit is contained in:
NepDisk 2025-05-01 11:57:14 -04:00
parent 6479b84f5c
commit d9e12f138f

View file

@ -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}"