Updater: Add CMake option BUILD_UPDATER to make the updater optional
authorMichael Schuster <michael@schuster.ms>
Mon, 9 Mar 2020 00:48:07 +0000 (01:48 +0100)
committerMichael Schuster <michael@schuster.ms>
Mon, 9 Mar 2020 01:34:55 +0000 (02:34 +0100)
commite833e86da689918ac61a1d77e01d5023eb1c8d0d
tree2e6a41099dff01e647638fabd02b18b53764b66a
parentc812d896aa4835f945ed8de9b4ff5c79c73e1031
Updater: Add CMake option BUILD_UPDATER to make the updater optional

- Default: BUILD_UPDATER = NO

  To ease builds for distro packages and contributors (regardless of the specified update URL)

- Enable updater build for Drone CI and AppImage builds

Signed-off-by: Michael Schuster <michael@schuster.ms>
.drone.yml
CMakeLists.txt
NEXTCLOUD.cmake
admin/linux/build-appimage.sh
src/gui/CMakeLists.txt
src/gui/application.cpp
src/gui/generalsettings.cpp
src/gui/generalsettings.h
src/gui/main.cpp