Changeset - eb1fe2dd5c91
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-20 10:20:04
hanzz.k@gmail.com
Do not require libpurple
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
cmake_modules/purpleConfig.cmake
Show inline comments
 
@@ -3,8 +3,8 @@ FIND_PATH(PURPLE_INCLUDE_DIR NAMES "purple.h" PATH_SUFFIXES libpurple )
 

	
 

	
 
if( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
 
    message( STATUS "Found libpurple: ${PURPLE_LIBRARY}, ${PURPLE_INCLUDE_DIR}")
 
    set( PURPLE_FOUND 1 )
 
else( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
 
    message( FATAL_ERROR "Could NOT find libpurple" )
 
    message( STATUS "Could NOT find libpurple" )
 
endif( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
0 comments (0 inline, 0 general)