From 083ee107ade731c3a0a78f51769d8ed6a959a76d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 22 May 2008 14:20:39 +0000 Subject: Search nepomuk/global.h which is in kde 4.1 and not in kde 4.0 because some guy has a kde4.0 with headers, but kde4.1 doesn't compile (kdebase/dolphin) with old nepomuk. It will fix check. svn path=/trunk/KDE/kdelibs/; revision=811179 --- modules/FindNepomuk.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindNepomuk.cmake b/modules/FindNepomuk.cmake index 1aa42408..51cd7549 100644 --- a/modules/FindNepomuk.cmake +++ b/modules/FindNepomuk.cmake @@ -24,7 +24,7 @@ if (Soprano_FOUND) else (NEPOMUK_INCLUDE_DIR AND NEPOMUK_LIBRARIES) find_path(NEPOMUK_INCLUDE_DIR NAMES - nepomuk/resource.h + nepomuk/global.h PATHS ${KDE4_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} -- cgit v1.2.1