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)