diff options
| -rw-r--r-- | modules/FindSoprano.cmake | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index c6a758cf..c35307a1 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -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        ) | 
