diff options
author | Brad King <brad.king@kitware.com> | 2009-01-21 14:49:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-01-21 14:49:37 (GMT) |
commit | d2f27558dfe6ab7c3a36b631249c9e3b89e9eb28 (patch) | |
tree | bcc68868e737b7684a473550139b9afd308980e7 /Modules/FindKDE4.cmake | |
parent | 919fdb7f2759d6001db475635b47a6911f700c0d (diff) | |
download | CMake-d2f27558dfe6ab7c3a36b631249c9e3b89e9eb28.zip CMake-d2f27558dfe6ab7c3a36b631249c9e3b89e9eb28.tar.gz CMake-d2f27558dfe6ab7c3a36b631249c9e3b89e9eb28.tar.bz2 |
STYLE: Fix if/endif mismatch in FindKDE4
Diffstat (limited to 'Modules/FindKDE4.cmake')
-rw-r--r-- | Modules/FindKDE4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindKDE4.cmake b/Modules/FindKDE4.cmake index e6d0488..25c8d8a 100644 --- a/Modules/FindKDE4.cmake +++ b/Modules/FindKDE4.cmake @@ -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) |