aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Porten <porten@kde.org>2008-10-13 20:00:23 +0000
committerHarri Porten <porten@kde.org>2008-10-13 20:00:23 +0000
commit75af853afb3b723020b081176b469dd3dac32a7a (patch)
tree877d139355405cc006613b3677dda6cc11794a64
parenta172c1b36c3671f3ad1bae965fbbd3722c671167 (diff)
downloadextra-cmake-modules-75af853afb3b723020b081176b469dd3dac32a7a.tar.gz
extra-cmake-modules-75af853afb3b723020b081176b469dd3dac32a7a.tar.bz2
Did I miss the meaning of this message?
svn path=/trunk/KDE/kdelibs/; revision=871039
-rw-r--r--modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake
index 513b0cfe..cfac9b60 100644
--- a/modules/FindQt4.cmake
+++ b/modules/FindQt4.cmake
@@ -429,7 +429,7 @@ IF (QT4_QMAKE_FOUND)
SET(QT_LIBRARY_DIR ${QT_LIBRARY_DIR_TMP} CACHE PATH "Qt library dir")
ELSE(EXISTS "${QT_LIBRARY_DIR_TMP}")
MESSAGE("Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as ${QT_LIBRARY_DIR_TMP}")
- MESSAGE("Warning: ${QT_LIBRARY_DIR_TMP} does NOT exist, Qt must NOT be installed correctly.")
+ MESSAGE("Warning: ${QT_LIBRARY_DIR_TMP} does NOT exist, Qt is not installed correctly.")
ENDIF(EXISTS "${QT_LIBRARY_DIR_TMP}")
ENDIF(NOT QT_LIBRARY_DIR)