mirror of
https://github.com/NoelFB/blah.git
synced 2025-02-21 13:58:28 +08:00
Updated default SDL2 cmake FetchContent to 2.0.18
This commit is contained in:
parent
1ee2fbab3d
commit
3b6686b3ef
@ -100,7 +100,7 @@ if (PLATFORM_SDL2)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL2
|
SDL2
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL
|
||||||
GIT_TAG release-2.0.14 # grab latest stable release
|
GIT_TAG release-2.0.18 # grab latest stable release
|
||||||
)
|
)
|
||||||
FetchContent_GetProperties(SDL2)
|
FetchContent_GetProperties(SDL2)
|
||||||
if (NOT sdl2_POPULATED)
|
if (NOT sdl2_POPULATED)
|
||||||
|
Loading…
Reference in New Issue
Block a user