mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Default to autoupdater off
This commit is contained in:
parent
2221881f79
commit
003192eb12
|
@ -81,17 +81,14 @@ else()
|
|||
endif()
|
||||
|
||||
set(AUTO_DEPENDENCIES_DEFAULT OFF)
|
||||
set(AUTOUPDATE_DEFAULT OFF)
|
||||
if(TARGET_OS STREQUAL "windows")
|
||||
set(AUTO_DEPENDENCIES_DEFAULT ON)
|
||||
set(AUTOUPDATE_DEFAULT ON)
|
||||
elseif(TARGET_OS STREQUAL "linux")
|
||||
set(AUTOUPDATE_DEFAULT ON)
|
||||
endif()
|
||||
|
||||
option(WEBSOCKETS "Enable websockets support" OFF)
|
||||
option(MYSQL "Enable mysql support" OFF)
|
||||
option(AUTOUPDATE "Enable the autoupdater" ${AUTOUPDATE_DEFAULT})
|
||||
option(AUTOUPDATE "Enable the autoupdater" OFF)
|
||||
option(VIDEORECORDER "Enable video recording support via FFmpeg" OFF)
|
||||
option(UPNP "Enable UPnP support" OFF)
|
||||
option(ANTIBOT "Enable support for a dynamic anticheat library" OFF)
|
||||
|
|
Loading…
Reference in a new issue