Build purple backend when PURPLE_FOUND is 1

This commit is contained in:
HanzZ 2012-09-04 19:18:35 +02:00
parent 4894f47d8b
commit d21a4b20bb

View file

@ -1,5 +1,5 @@
if (PROTOBUF_FOUND)
if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
if (PURPLE_FOUND)
ADD_SUBDIRECTORY(libpurple)
endif()