diff options
author | Allen Winter <winter@kde.org> | 2008-07-25 13:31:42 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2008-07-25 13:31:42 +0000 |
commit | 129034d56614dd8a28092b9ebdf696a824ae8dfd (patch) | |
tree | 109e1b7b14f4574b01a4376e673e972fa5918059 /modules | |
parent | 394fcdfdbba0af6d29de9b12ded03e4279f37227 (diff) | |
download | extra-cmake-modules-129034d56614dd8a28092b9ebdf696a824ae8dfd.tar.gz extra-cmake-modules-129034d56614dd8a28092b9ebdf696a824ae8dfd.tar.bz2 |
fix typo
SVN_SILENT:
svn path=/trunk/KDE/kdelibs/; revision=837686
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindSoprano.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake index 42d228ca..84581a3f 100644 --- a/modules/FindSoprano.cmake +++ b/modules/FindSoprano.cmake @@ -166,7 +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 Sopranos Plugins: ${_plugins}") + message(STATUS "Found Soprano Plugins:${_plugins}") endif(NOT Soprano_FIND_QUIETLY) else(Soprano_FOUND) if(Soprano_FIND_REQUIRED) |