From 86991b99968523d85b779b012b40ec7836f896aa Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 13 Aug 2018 19:59:34 +0200 Subject: [PATCH] Enable providers by default Signed-off-by: Roeland Jago Douma --- NEXTCLOUD.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake index 1f950ca5d4..f13ab9a9be 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 )