diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 1e304b88e..de05e9c12 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -45,7 +45,7 @@ if(NOT SAILFISHOS) endif() endif() - if(NOT WIN32) + if(NOT WIN32 AND NOT APPLE) add_subdirectory(sendnotifications) endif()