aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Pakulat <apaku@gmx.de>2007-10-05 22:21:25 +0000
committerAndreas Pakulat <apaku@gmx.de>2007-10-05 22:21:25 +0000
commit462a82fbaa136f32f4d119953dd5cd94018f87ab (patch)
tree3ba9cc176f5d2c2e15c64f6b66cf0cc0be932aa1
parentff59b701fa4017082031812223ac4a3507a9d5e5 (diff)
downloadextra-cmake-modules-462a82fbaa136f32f4d119953dd5cd94018f87ab.tar.gz
extra-cmake-modules-462a82fbaa136f32f4d119953dd5cd94018f87ab.tar.bz2
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
-rw-r--r--modules/FindNepomuk.cmake10
1 files changed, 1 insertions, 9 deletions
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)