Disable web services by default

This commit is contained in:
James 2017-07-18 13:22:08 +10:00 committed by j-selby
parent 60024ad7c2
commit 7ac1c7d540

View File

@ -11,7 +11,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(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" OFF)
if(NOT EXISTS ${CMAKE_SOURCE_DIR}/.git/hooks/pre-commit)
message(STATUS "Copying pre-commit hook")