diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bcbd28115731b8a8fbe2b3908e534ce8f4f8f5d..015300feb306ac5d1ef7fd91f82449ab4643a613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,12 +165,13 @@ if (PROTOBUF_FOUND) message("Skype plugin : no (install dbus-glib-devel)") endif() - if(YAHOO2_FOUND) +# We have our own copy now... +# if(YAHOO2_FOUND) message("Libyahoo2 plugin : yes") - include_directories(${YAHOO2_INCLUDE_DIR}) - else() - message("Libyahoo2 plugin : no (install libyahoo2-devel)") - endif() +# include_directories(${YAHOO2_INCLUDE_DIR}) +# else() +# message("Libyahoo2 plugin : no (install libyahoo2-devel)") +# endif() else() message("Network plugins : no (install libprotobuf-dev)")