Compare commits

...

2 Commits

Author SHA1 Message Date
KDZ12
5db796f6eb Merge 1ff67d3083 into 8b097aa17e 2018-01-16 16:44:22 +00:00
KDZ12
1ff67d3083 CMakeLists.txt 2018-01-15 10:50:32 -02:00

View File

@@ -12,7 +12,7 @@ option(YUZU_USE_BUNDLED_SDL2 "Download bundled SDL2 binaries" OFF)
option(ENABLE_QT "Enable the Qt frontend" ON)
option(YUZU_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")