summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-08-17 09:11:51 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-08-17 09:11:51 (GMT)
commit502841c97450dde0f05d6486d583b7dcf1d7dd53 (patch)
tree2789ad10fc95d89feb2cb38e9494041d922aaf8b /Modules/FindQt4.cmake
parent070d4cc28b7b3068f5765f26efbe45a8576e0269 (diff)
downloadCMake-502841c97450dde0f05d6486d583b7dcf1d7dd53.zip
CMake-502841c97450dde0f05d6486d583b7dcf1d7dd53.tar.gz
CMake-502841c97450dde0f05d6486d583b7dcf1d7dd53.tar.bz2
BUG: fix closing IF()
Alex
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake
index 236751c..9638a28 100644
--- a/Modules/FindQt4.cmake
+++ b/Modules/FindQt4.cmake
@@ -266,7 +266,7 @@ IF(QT_QT_LIBRARY)
ENDIF(NOT Qt4_FIND_QUIETLY)
RETURN()
ENDIF(Qt4_FIND_REQUIRED)
-ENDIF(QT_QTCORE_LIBRARY)
+ENDIF(QT_QT_LIBRARY)
INCLUDE(CheckSymbolExists)