Files @ ab20eefd6f16
Branch filter:

Location: libtransport.git/cmake_modules/CommuniConfig.cmake

Daniel Henninger
Downgraded PQXX API used due to the 2.6 series on most modern linux distros.
Implemented most of the other functions.
FIND_LIBRARY(IRC_LIBRARY NAMES Communi)
FIND_PATH(IRC_INCLUDE_DIR NAMES "ircglobal.h" PATH_SUFFIXES Communi qt4/Communi )

# message( STATUS ${IRC_LIBRARY})
if( IRC_LIBRARY AND IRC_INCLUDE_DIR )
    message( STATUS "Found libCommuni ${IRC_LIBRARY}, ${IRC_INCLUDE_DIR}")
    set( IRC_FOUND 1 )
else()
    message( STATUS "Could NOT find libCommuni" )
endif()