From 609d38841946f4545042bc36e11409771df9e158 Mon Sep 17 00:00:00 2001 From: KDZ12 <35406205+KDZ12@users.noreply.github.com> Date: Wed, 17 Jan 2018 21:08:42 -0200 Subject: [PATCH] CMakeLists.txt YUZU_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" OFF YUZU_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d814bb74fc..7030f3061e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include(DownloadExternals) project(yuzu) option(ENABLE_SDL2 "Enable the SDL2 frontend" ON) -option(YUZU_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" OFF) +option(YUZU_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" ON) option(ENABLE_QT "Enable the Qt frontend" ON) option(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" OFF)