diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 1c056d11..b8278015 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -9,7 +9,7 @@ if (PROTOBUF_FOUND) if (NOT WIN32) ADD_SUBDIRECTORY(frotz) - ADD_SUBDIRECTORY(skype) +# ADD_SUBDIRECTORY(skype) endif() endif()