Use official SDL2 git repository

This commit is contained in:
Brad Svercl 2021-02-11 13:14:36 -06:00
parent cb53f07263
commit 21de69d6fa

View File

@ -100,7 +100,7 @@ if (SDL2_ENABLED)
include(FetchContent)
FetchContent_Declare(
SDL2
GIT_REPOSITORY https://github.com/SDL-mirror/SDL
GIT_REPOSITORY https://github.com/libsdl-org/SDL
GIT_TAG release-2.0.14 # grab latest stable release
)
FetchContent_GetProperties(SDL2)