Bump the SDL version on Windows

This commit is contained in:
dcvz 2024-06-16 19:59:48 +02:00
parent 590a9e7106
commit 65849b4de7

View file

@ -206,7 +206,7 @@ if (WIN32)
if (DEFINED ENV{SDL2_VERSION})
set(SDL2_VERSION $ENV{SDL2_VERSION})
else()
set(SDL2_VERSION "2.28.5")
set(SDL2_VERSION "2.30.3")
endif()
# Fetch SDL2 on windows