update to SDL 2.26

This commit is contained in:
Noel Berry 2022-11-22 22:51:38 -08:00
parent c58eb0142e
commit 5e7c2bec90

View File

@ -81,7 +81,7 @@ if (BLAH_PLATFORM_SDL2)
FetchContent_Declare(
SDL2
GIT_REPOSITORY https://github.com/libsdl-org/SDL
GIT_TAG release-2.24.0 # grab latest stable release
GIT_TAG release-2.26.0 # grab latest stable release
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(SDL2)