diff options
author | Dirk Mueller <mueller@kde.org> | 2008-11-20 15:32:50 +0000 |
---|---|---|
committer | Dirk Mueller <mueller@kde.org> | 2008-11-20 15:32:50 +0000 |
commit | 3ee4f7bfb085ca93e2669b1fd336d40bda76866d (patch) | |
tree | e898800e533d41dd4374c13050623a355bc2ec00 /modules | |
parent | 9fa39a6c1756f33fefc331ae4204087d68092b53 (diff) | |
download | extra-cmake-modules-3ee4f7bfb085ca93e2669b1fd336d40bda76866d.tar.gz extra-cmake-modules-3ee4f7bfb085ca93e2669b1fd336d40bda76866d.tar.bz2 |
useful information for debugging, so why not print it
svn path=/trunk/KDE/kdelibs/; revision=886921
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) |