From 94e661c307ef35cdc5e4cd59ab84adc1191492d0 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 15 Sep 2011 17:16:43 +0200 Subject: [PATCH] Only build plasma if kdepimlibs is found. Plasma uses gpgme++ from there, which will be split out eventually. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af273efc9..ceaca6a59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,8 +67,6 @@ 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! -find_package(KdepimLibs 4.5.60) -macro_log_feature(KDEPIMLIBS_FOUND "kdepimlibs" "KDE PIM libraries" "http://www.kde.org" FALSE "" "Needed for building several Plasma DataEngines") include_directories(${KDEPIMLIBS_INCLUDE_DIRS}) add_subdirectory(tests)