Update SDL2 into 2.32.8

This commit is contained in:
Vasilii Rogin
2025-06-06 21:21:53 +03:00
parent 5dafa019c9
commit 43d5b6028d
+1 -1
View File
@@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(sdl2
GIT_REPOSITORY "https://github.com/libsdl-org/SDL"
GIT_TAG "release-2.26.1"
GIT_TAG "release-2.32.8"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
EXCLUDE_FROM_ALL