From 5c8b9c0803bbeaa1fe1564714000b473c6b849ee Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 31 Jan 2021 22:06:44 +0100 Subject: [PATCH] Don't use KDBusService on macOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 131d93e3d..1fd27e4b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ else() ) endif() -if (NOT ANDROID AND NOT WIN32) +if (NOT ANDROID AND NOT WIN32 AND NOT APPLE) find_package(KF5DBusAddons ${KF5_MIN_VERSION} REQUIRED) endif()