From 3cbd4e1dfa27ec2f3cf5c30635b5dc680f42a09b Mon Sep 17 00:00:00 2001 From: pionere Date: Mon, 26 Aug 2024 11:54:46 +0200 Subject: [PATCH] update SDL2 --- 3rdParty/SDL2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt index 05ee3b515a98..f3eeabed6cd0 100644 --- a/3rdParty/SDL2/CMakeLists.txt +++ b/3rdParty/SDL2/CMakeLists.txt @@ -75,7 +75,7 @@ FetchContent_Declare(SDL2 #URL https://github.com/libsdl-org/SDL/archive/5056b29b0f8611b470d8b8bdb313eab628f8bd6e.tar.gz #URL_HASH MD5=3fb6d72c33434082c32d2649c35c6502 GIT_REPOSITORY https://github.com/pionere/SDL.git - GIT_TAG 74876973d1f13fedadabe49a6812d7d88af80b86 + GIT_TAG 808dd1496ddafddc933c3ca31155e2ca593b5d67 ) FetchContent_MakeAvailableExcludeFromAll(SDL2)