This commit is contained in:
Zeck 2025-12-07 04:40:04 +01:00 committed by GitHub
commit c166e45f24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ set(FETCHCONTENT_QUIET FALSE)
FetchContent_Declare(
SDL2
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
GIT_TAG "release-2.30.10"
GIT_TAG "release-2.32.10"
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)