mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-30 16:40:05 +00:00
Update More Externals (Enet, FMT)
This commit is contained in:
parent
834165a340
commit
f881da2db5
@ -183,7 +183,7 @@ if (ENABLE_SDL2)
|
|||||||
if (CITRA_USE_BUNDLED_SDL2)
|
if (CITRA_USE_BUNDLED_SDL2)
|
||||||
# Detect toolchain and platform
|
# Detect toolchain and platform
|
||||||
if (MSVC14 AND ARCHITECTURE_x86_64)
|
if (MSVC14 AND ARCHITECTURE_x86_64)
|
||||||
set(SDL2_VER "SDL2-2.0.5")
|
set(SDL2_VER "SDL2-2.0.7")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable CITRA_USE_BUNDLED_SDL2 and provide your own.")
|
message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable CITRA_USE_BUNDLED_SDL2 and provide your own.")
|
||||||
endif()
|
endif()
|
||||||
@ -213,7 +213,7 @@ endif()
|
|||||||
if (ENABLE_QT)
|
if (ENABLE_QT)
|
||||||
if (CITRA_USE_BUNDLED_QT)
|
if (CITRA_USE_BUNDLED_QT)
|
||||||
if (MSVC14 AND ARCHITECTURE_x86_64)
|
if (MSVC14 AND ARCHITECTURE_x86_64)
|
||||||
set(QT_VER qt-5.7-msvc2015_64)
|
set(QT_VER qt-5.9.2-msvc2015_64)
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.")
|
message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.")
|
||||||
endif()
|
endif()
|
||||||
|
2
externals/enet
vendored
2
externals/enet
vendored
@ -1 +1 @@
|
|||||||
Subproject commit a84c120eff13d2fa3eadb41ef7afe0f7819f4d6c
|
Subproject commit 39a72ab1990014eb399cee9d538fd529df99c6a0
|
2
externals/fmt
vendored
2
externals/fmt
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ac5484c4e7365b59d8c7e14db6778de26635e428
|
Subproject commit 62df6f27cb4d98b739b5c0cc7402ad8311484edb
|
Loading…
Reference in New Issue
Block a user