diff --git a/cmake/SDL.cmake b/cmake/SDL.cmake index 22b7334..c9e47a1 100644 --- a/cmake/SDL.cmake +++ b/cmake/SDL.cmake @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare( SDL3 GIT_REPOSITORY https://github.com/libsdl-org/SDL.git - GIT_TAG release-3.2.4 + GIT_TAG release-3.2.28 ) FetchContent_MakeAvailable(SDL3)