diff options
| author | Alexander Neundorf <neundorf@kde.org> | 2009-04-20 20:12:09 +0000 | 
|---|---|---|
| committer | Alexander Neundorf <neundorf@kde.org> | 2009-04-20 20:12:09 +0000 | 
| commit | 08e17b64961d96ce8cd8531151cbdbc7eb4ecdeb (patch) | |
| tree | a5a0cbb5bf9475dcf45446b40361211655f3c027 /modules | |
| parent | 93a513122e1391099139ee7c1e4c2b116dab527f (diff) | |
| download | extra-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.cmake | 6 | 
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        ) | 
