Changeset - 53270231c99d
[Not reviewed]
0 2 0
HanzZ - 14 years ago 2011-05-20 10:21:18
hanzz.k@gmail.com
Do not require libpurple
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -10,13 +10,13 @@ set(sqlite3_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(sqlite3)
 

	
 
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)
 

	
 
set(Swiften_DIR "${CMAKE_SOURCE_DIR}/cmake_modules")
 
find_package(Swiften REQUIRED)
cmake_modules/glibConfig.cmake
Show inline comments
 
@@ -27,13 +27,13 @@ find_path(GLIB2_INTERNAL_INCLUDE_DIR glibconfig.h
 
          PATH_SUFFIXES glib-2.0/include
 
          PATHS ${PKG_GLIB_INCLUDE_DIRS} ${PKG_GLIB_LIBRARIES} ${CMAKE_SYSTEM_LIBRARY_PATH})
 

	
 
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)
 

	
 

	
 
set(GLIB2_INCLUDE_DIR ${GLIB2_MAIN_INCLUDE_DIR})
 

	
 
# not sure if this include dir is optional or required
0 comments (0 inline, 0 general)