From 04376c17b086d36fa9ceaf489f6384b8572bb7ed Mon Sep 17 00:00:00 2001 From: pionere Date: Mon, 8 Jul 2024 14:39:13 +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 ed9f14c5eb4..6f24ff46458 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 7262505555e6ecc4bfaae26d7ec2f0a42b3e6dd3 + GIT_TAG af566e3f1858490714fe355759fef4a9da58b1eb ) FetchContent_MakeAvailableExcludeFromAll(SDL2)