From 01fb5643582195af08d08ab2e770e8db21aa901f Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 27 May 2024 09:04:13 +0200 Subject: [PATCH] [sdl] Update to SDL 2.30.2 --- spine-sdl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-sdl/CMakeLists.txt b/spine-sdl/CMakeLists.txt index b2ada59fb..7e2b67b03 100644 --- a/spine-sdl/CMakeLists.txt +++ b/spine-sdl/CMakeLists.txt @@ -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)