Skip to content

Commit

Permalink
Enable file provider build in default config
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Dec 4, 2023
1 parent f662b0e commit d614183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEXTCLOUD.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ if(WIN32)
endif()

if (APPLE)
option( BUILD_FILE_PROVIDER_MODULE "Build the macOS virtual files File Provider module" OFF )
option( BUILD_FILE_PROVIDER_MODULE "Build the macOS virtual files File Provider module" ON )
endif()

0 comments on commit d614183

Please sign in to comment.