diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindNepomuk.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindNepomuk.cmake b/modules/FindNepomuk.cmake index b789aec6..dccc790c 100644 --- a/modules/FindNepomuk.cmake +++ b/modules/FindNepomuk.cmake @@ -33,7 +33,7 @@ endif (NOT DEFINED SHAREDDESKTOPONTOLOGIES_FOUND) # or not. This will give a better error message at the end. find_path(NEPOMUK_INCLUDE_DIR NAMES - nepomuk/global.h + nepomuk/resource.h HINTS ${KDE4_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} |