From 4095ec69044572a3dd5cf4a96e27024c09f3e5ff 2011-09-18 15:24:05 From: HanzZ Date: 2011-09-18 15:24:05 Subject: [PATCH] Show frotz backend in cmake output --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 17e7c0b279ec38e7205d41aa8c8191441b2fd028..fc4f75de469d8df170392bbf32562e56a2365f05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,10 +86,13 @@ if (PROTOBUF_FOUND) message("IRC plugin : no (install libircclient-qt and libprotobuf-dev)") endif() + message("Frotz plugin : yes") + else() message("Network plugins : no (install libprotobuf-dev)") message("Libpurple plugin : no (install libpurple and libprotobuf-dev)") message("IRC plugin : no (install libircclient-qt and libprotobuf-dev)") + message("Frotz plugin : no (install libprotobuf-dev)") endif() if (LOG4CXX_FOUND)