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 )