mirror of https://github.com/snes9xgit/snes9x.git
Qt: Use SDL 3.2.0 tag.
This commit is contained in:
parent
48fe934463
commit
5df649d49a
|
@ -164,7 +164,7 @@ else()
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL3
|
SDL3
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
||||||
GIT_TAG 313d522f39c5b6aa9fa3498d41c75c7d560250da
|
GIT_TAG release-3.2.0
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
|
|
Loading…
Reference in New Issue