Do not require libpurple
This commit is contained in:
parent
eb1fe2dd5c
commit
53270231c9
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ set(purple_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
|||
find_package(purple)
|
||||
|
||||
set(glib_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
||||
find_package(glib REQUIRED)
|
||||
find_package(glib)
|
||||
|
||||
set(event_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
|
||||
find_package(event)
|
||||
|
|
|
@ -30,7 +30,7 @@ find_path(GLIB2_INTERNAL_INCLUDE_DIR glibconfig.h
|
|||
if(GLIB2_THREAD)
|
||||
set(GLIB2_LIBRARIES ${GLIB2_LIBRARIES} ${GLIB2_THREAD})
|
||||
else(GLIB2_THREAD)
|
||||
message( FATAL_ERROR "Could NOT find gthread-2.0" )
|
||||
message( STATUS "Could NOT find gthread-2.0" )
|
||||
endif(GLIB2_THREAD)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue