aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-04-20 20:12:09 +0000
committerAlexander Neundorf <neundorf@kde.org>2009-04-20 20:12:09 +0000
commit08e17b64961d96ce8cd8531151cbdbc7eb4ecdeb (patch)
treea5a0cbb5bf9475dcf45446b40361211655f3c027 /modules
parent93a513122e1391099139ee7c1e4c2b116dab527f (diff)
downloadextra-cmake-modules-08e17b64961d96ce8cd8531151cbdbc7eb4ecdeb.tar.gz
extra-cmake-modules-08e17b64961d96ce8cd8531151cbdbc7eb4ecdeb.tar.bz2
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
Diffstat (limited to 'modules')
-rw-r--r--modules/FindSoprano.cmake6
1 files 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
)