Update SDL3
This commit is contained in:
parent
c35dd9f15e
commit
85164ad2f0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries")
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL
|
SDL
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
||||||
GIT_TAG release-3.2.6
|
GIT_TAG release-3.2.8
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue