Updated default SDL2 cmake FetchContent to 2.0.18

This commit is contained in:
Noel Berry 2022-01-04 14:23:17 -08:00 committed by GitHub
parent 1ee2fbab3d
commit 3b6686b3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ if (PLATFORM_SDL2)
FetchContent_Declare(
SDL2
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)
if (NOT sdl2_POPULATED)