Browse Source

Update vendored SDL2 to the latest main

pull/3655/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
6ff55387c2
  1. 4
      3rdParty/SDL2/CMakeLists.txt

4
3rdParty/SDL2/CMakeLists.txt vendored

@ -14,8 +14,8 @@ endif()
include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent)
FetchContent_Declare(SDL2
URL https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.0.16.tar.gz
URL_HASH MD5=b52877e5e92d80a20a4be4c868aa1f18
URL https://github.com/libsdl-org/SDL/archive/2e9821423a237a1206e3c09020778faacfe430be.tar.gz
URL_HASH MD5=5311423cceaea04fa1e00ae21050b012
)
FetchContent_MakeAvailableExcludeFromAll(SDL2)

Loading…
Cancel
Save