From bb938d33f7518b1009edffa837882e95f85b9766 2011-10-21 10:40:22 From: HanzZ Date: 2011-10-21 10:40:22 Subject: [PATCH] Do not compile dfrotz on Windows --- diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 8b91a1ff701025f6cd4732b9c3b54dbedf7b0e75..5a758c956862f50fb74cea867308fc1c8bab7144 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -7,6 +7,8 @@ if (PROTOBUF_FOUND) ADD_SUBDIRECTORY(libircclient-qt) endif() +if (NOT WIN32) ADD_SUBDIRECTORY(frotz) +endif() endif()