From 4abf1e2485fec74362cf053ec2f587c829e64f85 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 10 Apr 2022 14:29:35 +0100 Subject: [PATCH] Update vendored SDL2 to latest upstream SDL2 2.0.22 has just been released --- 3rdParty/SDL2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt index 04ccbbf3b..d487ecba0 100644 --- a/3rdParty/SDL2/CMakeLists.txt +++ b/3rdParty/SDL2/CMakeLists.txt @@ -14,7 +14,7 @@ endif() include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(SDL2 - URL https://github.com/libsdl-org/SDL/archive/6cd444f0fab9f7af501e76705b3dd77a4bbea10a.tar.gz - URL_HASH MD5=e859163cb16a124356841eae27708fde + URL https://github.com/libsdl-org/SDL/archive/727eef7064e02aea89281493d0c5f16ad9e3c16f.tar.gz + URL_HASH MD5=0fd8f95b01967423af7705250beb7208 ) FetchContent_MakeAvailableExcludeFromAll(SDL2)