aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAllen Winter <winter@kde.org>2007-07-24 14:23:20 +0000
committerAllen Winter <winter@kde.org>2007-07-24 14:23:20 +0000
commit8a35b80aa3013bdf6b1d717c7357e14de7c44da6 (patch)
tree8ee088a19979d08e3bace8875bb0a55f5fe00c97 /modules
parent3b1d39a184b1bac7d62bc97d2ae8061b91fded13 (diff)
downloadextra-cmake-modules-8a35b80aa3013bdf6b1d717c7357e14de7c44da6.tar.gz
extra-cmake-modules-8a35b80aa3013bdf6b1d717c7357e14de7c44da6.tar.bz2
the name of the installed library is "libgpgme++" now
svn path=/trunk/KDE/kdelibs/; revision=691881
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKdepimLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKdepimLibs.cmake b/modules/FindKdepimLibs.cmake
index 50fdf390..66ba5d9f 100644
--- a/modules/FindKdepimLibs.cmake
+++ b/modules/FindKdepimLibs.cmake
@@ -32,7 +32,7 @@ if( KDEPIMLIBS_INCLUDE_DIR )
# this file contains all dependencies of all libraries of kdepimlibs, Alex
include(KDEPimLibsDependencies)
- find_library(KDE4_GPGMEPP_LIBRARY NAMES gpgmepp PATHS ${KDE4_LIB_DIR} NO_DEFAULT_PATH )
+ find_library(KDE4_GPGMEPP_LIBRARY NAMES gpgme++ PATHS ${KDE4_LIB_DIR} NO_DEFAULT_PATH )
set(KDE4_GPGMEPP_LIBS ${gpgmepp_LIB_DEPENDS} ${KDE4_GPGMEPP_LIBRARY} )
find_library(KDE4_KABC_LIBRARY NAMES kabc PATHS ${KDE4_LIB_DIR} NO_DEFAULT_PATH )