diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 684feaf0a2eeee6a84e58899a6a5da8bab474d2a..83b8949daba515b5facc08fa64946fef8a455bf4 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -22,8 +22,5 @@ if (PROTOBUF_FOUND) if(ENABLE_FROTZ) ADD_SUBDIRECTORY(frotz) endif() - if (${LIBDBUSGLIB_FOUND}) - ADD_SUBDIRECTORY(skype) - endif() endif() endif()