Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-08-13 20:59:34 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-13 20:59:34 +0300
commit86991b99968523d85b779b012b40ec7836f896aa (patch)
tree049f349632d1d11c14a91bb756ad8d37ce5630e8 /NEXTCLOUD.cmake
parentef71e6b0f7370225bdef90b94657f45241404741 (diff)
Enable providers by default
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'NEXTCLOUD.cmake')
-rw-r--r--NEXTCLOUD.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index 1f950ca5d..f13ab9a9b 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -21,4 +21,4 @@ option( WITH_CRASHREPORTER "Build crashreporter" OFF )
#set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" )
#set( CRASHREPORTER_ICON ":/owncloud-icon.png" )
-option( WITH_PROVIDERS "Build with providers list" OFF )
+option( WITH_PROVIDERS "Build with providers list" ON )