This commit is contained in:
Zeck 2026-05-23 03:19:45 +10:00 committed by GitHub
commit e814bd2d7a
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
)