diff --git a/CMakeLists.txt b/CMakeLists.txt index b4375ed54..1b45b784a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ if (ENABLE_SDL2) if (CITRA_USE_BUNDLED_SDL2) # Detect toolchain and platform if (MSVC14 AND ARCHITECTURE_x86_64) - set(SDL2_VER "SDL2-2.0.5") + set(SDL2_VER "SDL2-2.0.7") else() message(FATAL_ERROR "No bundled SDL2 binaries for your toolchain. Disable CITRA_USE_BUNDLED_SDL2 and provide your own.") endif() @@ -213,7 +213,7 @@ endif() if (ENABLE_QT) if (CITRA_USE_BUNDLED_QT) if (MSVC14 AND ARCHITECTURE_x86_64) - set(QT_VER qt-5.7-msvc2015_64) + set(QT_VER qt-5.9.2-msvc2015_64) else() message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.") endif() diff --git a/externals/enet b/externals/enet index a84c120ef..39a72ab19 160000 --- a/externals/enet +++ b/externals/enet @@ -1 +1 @@ -Subproject commit a84c120eff13d2fa3eadb41ef7afe0f7819f4d6c +Subproject commit 39a72ab1990014eb399cee9d538fd529df99c6a0 diff --git a/externals/fmt b/externals/fmt index ac5484c4e..62df6f27c 160000 --- a/externals/fmt +++ b/externals/fmt @@ -1 +1 @@ -Subproject commit ac5484c4e7365b59d8c7e14db6778de26635e428 +Subproject commit 62df6f27cb4d98b739b5c0cc7402ad8311484edb