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
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem