diff options
author | bunnei <bunneidev@gmail.com> | 2020-05-31 18:35:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-31 18:35:36 -0400 |
commit | 104b334e40d5c5d00963a3442255cae9459e4b73 (patch) | |
tree | eb8358508c743e2ee7a84048b9ac20045544e337 | |
parent | 0ac8848eae50d79ea43adc8a15be0db4fb4b1cf9 (diff) |
Update CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ac6b21f74..a9f669d56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(yuzu) option(ENABLE_SDL2 "Enable the SDL2 frontend" ON) option(ENABLE_QT "Enable the Qt frontend" ON) -CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" OFF "ENABLE_QT;MSVC" OFF) +CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" ON "ENABLE_QT;MSVC" OFF) option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON) |