diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a271c36f..6ac3df0e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -181,7 +181,7 @@ ENDIF (APPLE) | |||
| 181 | if (ENABLE_QT) | 181 | if (ENABLE_QT) |
| 182 | if (CITRA_USE_BUNDLED_QT) | 182 | if (CITRA_USE_BUNDLED_QT) |
| 183 | if (MSVC14 AND ARCHITECTURE_x86_64) | 183 | if (MSVC14 AND ARCHITECTURE_x86_64) |
| 184 | set(QT_VER qt-5.5-msvc2015_64) | 184 | set(QT_VER qt-5.7-msvc2015_64) |
| 185 | else() | 185 | else() |
| 186 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.") | 186 | message(FATAL_ERROR "No bundled Qt binaries for your toolchain. Disable CITRA_USE_BUNDLED_QT and provide your own.") |
| 187 | endif() | 187 | endif() |