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)
|
ELSE(KDE4_FIND_REQUIRED)
|
||||||
IF(NOT KDE4_FIND_QUIETLY)
|
IF(NOT KDE4_FIND_QUIETLY)
|
||||||
MESSAGE( STATUS "KDE4/Qt4 and Qt3 cannot be used together in one project.")
|
MESSAGE( STATUS "KDE4/Qt4 and Qt3 cannot be used together in one project.")
|
||||||
ENDIF(NOT KDE_FIND_QUIETLY)
|
ENDIF(NOT KDE4_FIND_QUIETLY)
|
||||||
RETURN()
|
RETURN()
|
||||||
ENDIF(KDE4_FIND_REQUIRED)
|
ENDIF(KDE4_FIND_REQUIRED)
|
||||||
ENDIF(QT_QT_LIBRARY)
|
ENDIF(QT_QT_LIBRARY)
|
||||||
|
|
Loading…
Reference in New Issue