mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Pin SDL3 to release 3.2.28 for Emscripten
This commit is contained in:
parent
08a58092f9
commit
20dc48eb81
@ -102,6 +102,14 @@ if (DOWNLOAD_DEPENDENCIES)
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
set(CMAKE_DISABLE_PRECOMPILE_HEADERS ON CACHE BOOL "Disable PCH globally" FORCE)
|
||||
elseif (EMSCRIPTEN)
|
||||
FetchContent_Declare(
|
||||
SDL3
|
||||
GIT_REPOSITORY "https://github.com/libsdl-org/SDL.git"
|
||||
GIT_TAG "release-3.2.28"
|
||||
UPDATE_DISCONNECTED TRUE
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
else()
|
||||
FetchContent_Declare(
|
||||
SDL3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user