Enable providers by default

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-08-13 19:59:34 +02:00
parent ef71e6b0f7
commit 86991b9996
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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 )