specifically check for gpgme as a soft dep, not everyone gets it caught by gpgme++

This commit is contained in:
Aaron Seigo 2012-02-18 11:11:02 +01:00
parent 083d157684
commit c14e1649ee

View File

@ -81,7 +81,7 @@ endif(QCA2_FOUND)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-plasma.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-plasma.h)
#FIXME: gpgme++ is in kdepimlibs, must move somewhere else!
include_directories(${KDEPIMLIBS_INCLUDE_DIRS})
include_directories(${KDEPIMLIBS_INCLUDE_DIRS} ${GPGME_INCLUDES})
add_subdirectory(tests)
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1209)