From f95fa32c2b41c84ea6520f3001c874ef73cd17d8 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Tue, 24 Jan 2012 16:39:51 +0100 Subject: [PATCH] Disable skype building temporarily --- backends/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()