diff options
| author | JosJuice <josjuice@gmail.com> | 2026-09-13 20:32:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-13 20:32:41 +0200 |
| commit | 9611279be550ee262f30b7b0d11f92a0d5fc08f5 (patch) | |
| tree | 6c4b46e679423858a2ca85a51c5a72ad6d52fa63 | |
| parent | c185d27ede09771fe93a3b520c576f646f937ed9 (diff) | |
| parent | 14e3c61d62495d452f51692cc677cdc31493ec80 (diff) | |
DolphinNoGUI: Default to OFF
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f62d7f847..8eddeb63bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ if(APPROVED_VENDORED_DEPENDENCIES) message(WARNING "APPROVED_VENDORED_DEPENDENCIES is deprecated. Please migrate to setting USE_SYSTEM_LIBS to ON and setting USE_SYSTEM_<dependency> to either AUTO or OFF to allow bundled libs.") endif() option(USE_UPNP "Enables UPnP port mapping support" ON) -option(ENABLE_NOGUI "Enable NoGUI frontend" ON) +option(ENABLE_NOGUI "Enable NoGUI frontend" OFF) option(ENABLE_QT "Enable Qt (Default)" ON) option(ENABLE_LTO "Enables Link Time Optimization" OFF) option(ENABLE_GENERIC "Enables generic build that should run on any little-endian host" OFF) |
