diff options
author | Laurent Montel <montel@kde.org> | 2007-03-29 14:19:30 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-03-29 14:19:30 +0000 |
commit | 2bee64a35d8b451f6e09208c15923fc07c30d113 (patch) | |
tree | 329e89ea654679602a9447c1ec09ea31a46bc5a5 | |
parent | c7156420683ec47287fcff239e64d77080db0192 (diff) | |
download | extra-cmake-modules-2bee64a35d8b451f6e09208c15923fc07c30d113.tar.gz extra-cmake-modules-2bee64a35d8b451f6e09208c15923fc07c30d113.tar.bz2 |
SVN_SILENT: minor
svn path=/trunk/KDE/kdelibs/; revision=647785
-rw-r--r-- | modules/FindQCA2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQCA2.cmake b/modules/FindQCA2.cmake index d671422f..de855511 100644 --- a/modules/FindQCA2.cmake +++ b/modules/FindQCA2.cmake @@ -48,7 +48,7 @@ else (QCA2_INCLUDE_DIR AND QCA2_LIBRARIES) message(STATUS "Could NOT find QCA2 includes in ${_Qca2IncDir}") endif (NOT QCA2_INCLUDE_DIR) if (NOT QCA2_LIBRARIES) - message(STATUS "Could not find QCA2 libraries in ${_Qca2LinkDir}") + message(STATUS "Could NOT find QCA2 libraries in ${_Qca2LinkDir}") endif (NOT QCA2_LIBRARIES) if (QCA2_FIND_REQUIRED) message(SEND_ERROR "Could NOT find QCA2") |