From 08e17b64961d96ce8cd8531151cbdbc7eb4ecdeb Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 20 Apr 2009 20:12:09 +0000 Subject: as Alan said, we don't want that message... and I guess when looking for the plugins, looking first in the directory which is close the the include dir is a goiod thing Alex svn path=/trunk/KDE/kdelibs/; revision=956872 --- modules/FindSoprano.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index c35307a1..1f45f972 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -122,9 +122,7 @@ endif(SOPRANO_VERSION STRLESS "${SOPRANO_MIN_VERSION}") endif(SOPRANO_VERSION_MATCH) endif(Soprano_FOUND) - - message(${SOPRANO_INCLUDE_DIR}) #look for parser plugins if(Soprano_FOUND) @@ -132,8 +130,10 @@ NAMES soprano/plugins PATHS - ${SHARE_INSTALL_PREFIX} /usr/share /usr/local/share ${SOPRANO_INCLUDE_DIR}/../share + ${SHARE_INSTALL_PREFIX} + /usr/share + /usr/local/share NO_DEFAULT_PATH NO_SYSTEM_ENVIRONMENT_PATH ) -- cgit v1.2.1