summaryrefslogtreecommitdiffstats
path: root/Modules/FindKDE3.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-08-05 20:06:14 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-08-05 20:06:14 (GMT)
commitc2348da286366868985f202d73b910db307e6adf (patch)
tree74f6c593dbaeb3afcc45fb098478f50a107bdd5a /Modules/FindKDE3.cmake
parent32df2a715b974ebd8c5a6224b08f082920759a8b (diff)
downloadCMake-c2348da286366868985f202d73b910db307e6adf.zip
CMake-c2348da286366868985f202d73b910db307e6adf.tar.gz
CMake-c2348da286366868985f202d73b910db307e6adf.tar.bz2
BUG: fix #7452, bad closing ENDIF() statement
Alex
Diffstat (limited to 'Modules/FindKDE3.cmake')
-rw-r--r--Modules/FindKDE3.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindKDE3.cmake b/Modules/FindKDE3.cmake
index 1552e17..3281f66 100644
--- a/Modules/FindKDE3.cmake
+++ b/Modules/FindKDE3.cmake
@@ -190,7 +190,7 @@ IF(KDE3_FOUND)
# I guess 2.95 also doesn't then
IF("${out}" MATCHES "2.9[56]")
SET(_KDE3_USE_FLAGS FALSE)
- ENDIF("${out}" out MATCHES "2.9[56]")
+ ENDIF("${out}" MATCHES "2.9[56]")
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
#only on linux, but NOT e.g. on FreeBSD: