Pin SDL3 version to specific commit

This commit is contained in:
Christian Semmler 2025-12-30 14:26:26 -07:00
parent ba4fd7c154
commit 1b4b9170a0
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -106,7 +106,7 @@ if (DOWNLOAD_DEPENDENCIES)
FetchContent_Declare( FetchContent_Declare(
SDL3 SDL3
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git" GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
GIT_TAG "release-3.2.28" GIT_TAG "7d66d3271b1c27d78651fa2a4fe1383e2f9b492d"
UPDATE_DISCONNECTED TRUE UPDATE_DISCONNECTED TRUE
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
) )