Remove redundant definition addition for BUILD_FILE_PROVIDER_MODULE

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2023-05-26 10:02:06 +08:00 коммит произвёл Matthieu Gallien
Родитель 4f01312443
Коммит 8659567352
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -190,7 +190,6 @@ endif()
if (APPLE) if (APPLE)
# build macOS File Provider module # build macOS File Provider module
option(BUILD_FILE_PROVIDER_MODULE "BUILD_FILE_PROVIDER_MODULE" ON) option(BUILD_FILE_PROVIDER_MODULE "BUILD_FILE_PROVIDER_MODULE" ON)
add_definitions(-DBUILD_FILE_PROVIDER_MODULE=${BUILD_FILE_PROVIDER_MODULE})
endif() endif()
# When this option is enabled, 5xx errors are not added to the blacklist # When this option is enabled, 5xx errors are not added to the blacklist