diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindSoprano.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 84581a3f..3cc3f22f 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -166,6 +166,7 @@ message(STATUS "Found Soprano includes: ${SOPRANO_INCLUDE_DIR}") message(STATUS "Found Soprano Index: ${SOPRANO_INDEX_LIBRARIES}") message(STATUS "Found Soprano Client: ${SOPRANO_CLIENT_LIBRARIES}") + message(STATUS "Found Soprano Plugin Dir: ${SOPRANO_PLUGIN_DIR}") message(STATUS "Found Soprano Plugins:${_plugins}") endif(NOT Soprano_FIND_QUIETLY) else(Soprano_FOUND) |