diff options
| -rw-r--r-- | modules/FindQt4.cmake | 2 | 
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) | 
