diff options
author | Marijn Kruisselbrink <m.kruisselbrink@student.tue.nl> | 2010-11-19 20:08:40 +0000 |
---|---|---|
committer | Marijn Kruisselbrink <m.kruisselbrink@student.tue.nl> | 2010-11-19 20:08:40 +0000 |
commit | 8f1b33e561944f26465d8fe88b95391b43ba92d8 (patch) | |
tree | 1852cee40a0c9300390162edf40ac37b12c4d745 /modules | |
parent | b6f79667180e8cecdc8ceb1b2e853111dbaf2d43 (diff) | |
download | extra-cmake-modules-8f1b33e561944f26465d8fe88b95391b43ba92d8.tar.gz extra-cmake-modules-8f1b33e561944f26465d8fe88b95391b43ba92d8.tar.bz2 |
Search for a different file since nepomuk/global.h is a deprecated header file, and thus not installed when deprecated code is disabled (like in the mobile platform).
svn path=/trunk/KDE/kdelibs/; revision=1198801
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} |