STYLE: Fix if/endif mismatch in FindKDE4
This commit is contained in:
parent
919fdb7f27
commit
d2f27558df
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue