mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
Use official SDL2 git repository
This commit is contained in:
parent
cb53f07263
commit
21de69d6fa
|
@ -100,7 +100,7 @@ if (SDL2_ENABLED)
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL2
|
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
|
GIT_TAG release-2.0.14 # grab latest stable release
|
||||||
)
|
)
|
||||||
FetchContent_GetProperties(SDL2)
|
FetchContent_GetProperties(SDL2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user