From kde-commits Wed May 30 09:43:34 2012 From: =?ISO-8859-1?Q?Sebastian_Tr=FCg?= Date: Wed, 30 May 2012 09:43:34 +0000 To: kde-commits Subject: Re: [nepomuk-core/feature/nepomuk2Includes] /: Update the NepomukCoreConfig.cmake include directory Message-Id: <4FC5EBC6.7000808 () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133837120227035 On 05/22/2012 11:41 PM, Vishesh Handa wrote: > > > On Wed, May 23, 2012 at 2:59 AM, Sebastian Trüg > wrote: > > hm, shouldn't it just be > > set(NEPOMUK_CORE_INCLUDE_DIR @INCLUDE_INSTALL_DIR@) > > ? > ie. it was wrong before... > > > uhh. I'm not sure. Isn't it supposed to point to the include directory? well, you want to include "nepomuk2/foobar.h" and not "foobar.h", right? > > > > On 05/22/2012 08:20 PM, Vishesh Handa wrote: > > Git commit d56b3c4a210caeef6a38d2504fdeec585e32fcef by Vishesh Handa. > > Committed on 22/05/2012 at 20:17. > > Pushed by vhanda into branch 'feature/nepomuk2Includes'. > > > > Update the NepomukCoreConfig.cmake include directory > > > > from nepomuk to nepomuk2 > > > > M +1 -1 NepomukCoreConfig.cmake.in > > > > > > http://commits.kde.org/nepomuk-core/d56b3c4a210caeef6a38d2504fdeec585e32fcef > > > > diff --git a/NepomukCoreConfig.cmake.in > b/NepomukCoreConfig.cmake.in > > > index 470ee76..27fb785 100644 > > --- a/NepomukCoreConfig.cmake.in > > +++ b/NepomukCoreConfig.cmake.in > > @@ -2,7 +2,7 @@ set(NEPOMUK_CORE_VERSION_MAJOR > @CMAKE_NEPOMUK_CORE_VERSION_MAJOR@) > > set(NEPOMUK_CORE_VERSION_MINOR @CMAKE_NEPOMUK_CORE_VERSION_MINOR@) > > set(NEPOMUK_CORE_VERSION @CMAKE_NEPOMUK_CORE_VERSION@) > > > > -set(NEPOMUK_CORE_INCLUDE_DIR @INCLUDE_INSTALL_DIR@/nepomuk) > > +set(NEPOMUK_CORE_INCLUDE_DIR @INCLUDE_INSTALL_DIR@/nepomuk2) > > set(NEPOMUK_CORE_LIB_DIR @LIB_INSTALL_DIR@) > > set(NEPOMUK_CORE_LIBRARIES "-L@LIB_INSTALL_DIR@ -lnepomukcore") > > set(NEPOMUK_CORE_ONTOLOGY_DIR @CMAKE_INSTALL_PREFIX@/share/ontology) > > > >