diff options
| author | 2020-05-31 18:35:36 -0400 | |
|---|---|---|
| committer | 2020-05-31 18:35:36 -0400 | |
| commit | 104b334e40d5c5d00963a3442255cae9459e4b73 (patch) | |
| tree | eb8358508c743e2ee7a84048b9ac20045544e337 | |
| parent | Update CMakeLists.txt (diff) | |
| download | yuzu-104b334e40d5c5d00963a3442255cae9459e4b73.tar.gz yuzu-104b334e40d5c5d00963a3442255cae9459e4b73.tar.xz yuzu-104b334e40d5c5d00963a3442255cae9459e4b73.zip | |
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) | |||
| 13 | option(ENABLE_SDL2 "Enable the SDL2 frontend" ON) | 13 | option(ENABLE_SDL2 "Enable the SDL2 frontend" ON) |
| 14 | 14 | ||
| 15 | option(ENABLE_QT "Enable the Qt frontend" ON) | 15 | option(ENABLE_QT "Enable the Qt frontend" ON) |
| 16 | CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" OFF "ENABLE_QT;MSVC" OFF) | 16 | CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" ON "ENABLE_QT;MSVC" OFF) |
| 17 | 17 | ||
| 18 | option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON) | 18 | option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON) |
| 19 | 19 | ||