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:[email protected] 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}) + #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 [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
