Build purple backend when PURPLE_FOUND is 1
This commit is contained in:
parent
cfd9f41369
commit
4894f47d8b
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ if (PROTOBUF_FOUND)
|
|||
include_directories(${PROTOBUF_INCLUDE_DIRS})
|
||||
message("Network plugins : yes")
|
||||
|
||||
if(PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR)
|
||||
if(PURPLE_FOUND)
|
||||
message("Libpurple plugin : yes")
|
||||
include_directories(${PURPLE_INCLUDE_DIR})
|
||||
include_directories(${GLIB2_INCLUDE_DIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue