Update SDL3

This commit is contained in:
Lily Rose 2025-03-05 18:41:54 +11:00
parent c35dd9f15e
commit 85164ad2f0

View file

@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries")
FetchContent_Declare( FetchContent_Declare(
SDL SDL
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
GIT_TAG release-3.2.6 GIT_TAG release-3.2.8
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
) )