Fwd: extragear/multimedia/k3b/k3bsetup
Alexander Neundorf
neundorf at kde.org
Mon Nov 16 22:28:47 CET 2009
On Monday 16 November 2009, Michael Jansen wrote:
> Made a typo in CCMAIL :)
>
>
> SVN commit 1050113 by mjansen:
>
> Fix the includes. POLKITQT_INCLUDE_DIR already contains "PolicyKit".
>
> >From FindPolkitQt.cmake
>
> set(POLKITQT_INCLUDE_DIR ${POLKITQT_INCLUDE_DIR}/PolicyKit/polkit-qt
> ${POLKITQT_INCLUDE_DIR}/PolicyKit/)
>
> >From CMakeCache.txt
>
> POLKITQT_INCLUDE_DIR:PATH=/kde4/trunk/support/include
>
> This is confusing. But is it wrong?
What is confusing ?
If you just do SET(var value) this doesn't automatically make it into the
cache.
You need the CACHE keyword (which puts it in the cache if it's not already
there) or the CACHE and FORCE keywords, which puts it always in the cache.
Alex
More information about the Kde-buildsystem
mailing list