summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2020-05-31 18:35:36 -0400
committerGravatar GitHub2020-05-31 18:35:36 -0400
commit104b334e40d5c5d00963a3442255cae9459e4b73 (patch)
treeeb8358508c743e2ee7a84048b9ac20045544e337
parentUpdate CMakeLists.txt (diff)
downloadyuzu-104b334e40d5c5d00963a3442255cae9459e4b73.tar.gz
yuzu-104b334e40d5c5d00963a3442255cae9459e4b73.tar.xz
yuzu-104b334e40d5c5d00963a3442255cae9459e4b73.zip
Update CMakeLists.txt
-rw-r--r--CMakeLists.txt2
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)
13option(ENABLE_SDL2 "Enable the SDL2 frontend" ON) 13option(ENABLE_SDL2 "Enable the SDL2 frontend" ON)
14 14
15option(ENABLE_QT "Enable the Qt frontend" ON) 15option(ENABLE_QT "Enable the Qt frontend" ON)
16CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" OFF "ENABLE_QT;MSVC" OFF) 16CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" ON "ENABLE_QT;MSVC" OFF)
17 17
18option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON) 18option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
19 19