From 65849b4de748272abfe14ec052d0a83c880ad04c Mon Sep 17 00:00:00 2001 From: dcvz Date: Sun, 16 Jun 2024 19:59:48 +0200 Subject: [PATCH] Bump the SDL version on Windows --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index daee551..4a569e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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