mirror of
https://github.com/NoelFB/blah.git
synced 2025-08-14 02:33:46 +08:00
update to SDL 2.26
This commit is contained in:
@ -81,7 +81,7 @@ if (BLAH_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.24.0 # grab latest stable release
|
GIT_TAG release-2.26.0 # grab latest stable release
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SDL2)
|
FetchContent_MakeAvailable(SDL2)
|
||||||
|
Reference in New Issue
Block a user