Remove usage of macro_optional_find_package.

It is obsolete with CMake 2.8.6 which provides options to disable finding packages.
This commit is contained in:
Stephen Kelly 2011-08-27 18:19:37 +02:00
parent e61e8be9ec
commit 6860d7fbbf

View File

@ -63,7 +63,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!
macro_optional_find_package(KdepimLibs 4.5.60)
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})