From 462a82fbaa136f32f4d119953dd5cd94018f87ab Mon Sep 17 00:00:00 2001 From: Andreas Pakulat Date: Fri, 5 Oct 2007 22:21:25 +0000 Subject: Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are needed now because friday is the last BC day. The rest of the modules will follow as fast as my laptop allows. svn path=/trunk/KDE/kdelibs/; revision=721704 --- modules/FindNepomuk.cmake | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'modules') diff --git a/modules/FindNepomuk.cmake b/modules/FindNepomuk.cmake index e01741e7..c8c4aec5 100644 --- a/modules/FindNepomuk.cmake +++ b/modules/FindNepomuk.cmake @@ -22,15 +22,7 @@ FIND_LIBRARY(NEPOMUK_LIBRARY ${LIB_INSTALL_DIR} ) -FIND_LIBRARY(NEPOMUK_MIDDLEWARE_LIBRARY - NAMES - nepomuk-middleware - PATHS - ${KDE4_LIB_DIR} - ${LIB_INSTALL_DIR} - ) - -set(NEPOMUK_LIBRARIES ${NEPOMUK_LIBRARY} ${NEPOMUK_MIDDLEWARE_LIBRARY}) +set(NEPOMUK_LIBRARIES ${NEPOMUK_LIBRARY}) if(NEPOMUK_INCLUDE_DIR AND NEPOMUK_LIBRARIES) set(Nepomuk_FOUND TRUE) -- cgit v1.2.1