From 4a50b342ebe1b1b7b84fb37df26c5903c8be7aea Mon Sep 17 00:00:00 2001 From: RandyGaul Date: Wed, 18 Dec 2024 14:36:54 -0800 Subject: [PATCH] Pin to latest SDL3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f6470e9..ab768b2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -316,7 +316,7 @@ else() set(SDL_EXAMPLES OFF CACHE BOOL "Do not build SDL examples") FetchContent_Declare( SDL3 - URL https://github.com/libsdl-org/SDL/archive/d9e6fe0b7a22dae7835c62a120f1a22585b0d9c0.zip + URL https://github.com/libsdl-org/SDL/archive/da80b9bce50b12c2731f85691fd6f9aec2eb4c2f.zip DOWNLOAD_EXTRACT_TIMESTAMP ON CMAKE_ARGS -DSDL_SHARED=$ -DSDL_STATIC=${CF_FRAMEWORK_STATIC} -DSDL_TEST_LIBRARY=OFF -DSDL_TESTS=OFF -DSDL_EXAMPLES=OFF )