From 1ff67d30838e47230d959b35c0b970ac23b032c8 Mon Sep 17 00:00:00 2001 From: KDZ12 <35406205+KDZ12@users.noreply.github.com> Date: Mon, 15 Jan 2018 10:50:32 -0200 Subject: [PATCH] CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2af11a4e66..d398ec8624 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(CITRA_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" OFF) option(ENABLE_QT "Enable the Qt frontend" ON) option(CITRA_USE_BUNDLED_QT "Download bundled Qt binaries" OFF) -option(YUZU_USE_BUNDLED_UNICORN "Download bundled Unicorn binaries" OFF) +option(YUZU_USE_BUNDLED_UNICORN "Download bundled Unicorn binaries" ON) if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit) message(STATUS "Copying pre-commit hook")