[sdl] Update to SDL 2.30.2

This commit is contained in:
Mario Zechner 2024-05-27 09:04:13 +02:00
parent 9f5deac729
commit 01fb564358

View File

@ -10,7 +10,7 @@ else()
endif()
include(FetchContent)
FetchContent_Declare(SDL GIT_REPOSITORY https://github.com/libsdl-org/SDL GIT_TAG release-2.0.22)
FetchContent_Declare(SDL GIT_REPOSITORY https://github.com/libsdl-org/SDL GIT_TAG release-2.30.2)
FetchContent_MakeAvailable(SDL)
include_directories(src)