Build purple backend when PURPLE_FOUND is 1
This commit is contained in:
parent
4894f47d8b
commit
d21a4b20bb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
if (PROTOBUF_FOUND)
|
||||
if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
|
||||
if (PURPLE_FOUND)
|
||||
ADD_SUBDIRECTORY(libpurple)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue