Changeset - 4894f47d8b7c
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-04 18:48:08
hanzz.k@gmail.com
Build purple backend when PURPLE_FOUND is 1
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -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})
0 comments (0 inline, 0 general)