KDE/kdelibs/cmake/modules
Allen Winter
winter at kde.org
Mon Apr 20 21:35:28 CEST 2009
On Monday 20 April 2009 3:21:50 pm Michael Jansen wrote:
> SVN commit 956855 by mjansen:
>
> If kdesupport is installed to a place != /usr /usr/local and whatever
> SHARE_INSTALL_PREFIX contains, soprano is found. BUT the plugins not.
>
> Fix that. I have no idea if there are other variations needed.
>
> CCMAIL:kde-buildsystem at kde.org
>
> M +4 -0 FindSoprano.cmake
>
>
> --- trunk/KDE/kdelibs/cmake/modules/FindSoprano.cmake #956854:956855
> @@ -123,6 +123,9 @@
> endif(SOPRANO_VERSION_MATCH)
> endif(Soprano_FOUND)
>
> +
> + message(${SOPRANO_INCLUDE_DIR})
> +
^^ do we need that message?
> #look for parser plugins
> if(Soprano_FOUND)
> find_path(SOPRANO_PLUGIN_DIR
> @@ -130,6 +133,7 @@
> soprano/plugins
> PATHS
> ${SHARE_INSTALL_PREFIX} /usr/share /usr/local/share
> + ${SOPRANO_INCLUDE_DIR}/../share
> NO_DEFAULT_PATH
> NO_SYSTEM_ENVIRONMENT_PATH
> )
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem
>
--
Allen Winter | allen at kdab.net | Software Engineer
KDAB (USA), LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322), Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
More information about the Kde-buildsystem
mailing list