From 4095ec69044572a3dd5cf4a96e27024c09f3e5ff Mon Sep 17 00:00:00 2001 From: HanzZ Date: Sun, 18 Sep 2011 15:24:05 +0200 Subject: [PATCH] Show frotz backend in cmake output --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17e7c0b2..fc4f75de 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)