From: Claudio Cambra Date: Fri, 26 May 2023 02:02:06 +0000 (+0800) Subject: Remove redundant definition addition for BUILD_FILE_PROVIDER_MODULE X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~24^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7063494bfdd6c7fa26d6aa86eff910da5c8edc8;p=nextcloud-desktop.git Remove redundant definition addition for BUILD_FILE_PROVIDER_MODULE Signed-off-by: Claudio Cambra --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a644e6e7..d38c8169c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,7 +190,6 @@ endif() if (APPLE) # build macOS File Provider module option(BUILD_FILE_PROVIDER_MODULE "BUILD_FILE_PROVIDER_MODULE" ON) - add_definitions(-DBUILD_FILE_PROVIDER_MODULE=${BUILD_FILE_PROVIDER_MODULE}) endif() # When this option is enabled, 5xx errors are not added to the blacklist