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