STYLE: Fix if/endif mismatch in FindKDE4

This commit is contained in:
Brad King 2009-01-21 09:49:37 -05:00
parent 919fdb7f27
commit d2f27558df
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ IF(QT_QT_LIBRARY)
ELSE(KDE4_FIND_REQUIRED)
IF(NOT KDE4_FIND_QUIETLY)
MESSAGE( STATUS "KDE4/Qt4 and Qt3 cannot be used together in one project.")
ENDIF(NOT KDE_FIND_QUIETLY)
ENDIF(NOT KDE4_FIND_QUIETLY)
RETURN()
ENDIF(KDE4_FIND_REQUIRED)
ENDIF(QT_QT_LIBRARY)