BUG: fix #7452, bad closing ENDIF() statement

Alex
This commit is contained in:
Alexander Neundorf 2008-08-05 16:06:14 -04:00
parent 32df2a715b
commit c2348da286
1 changed files with 1 additions and 1 deletions

View File

@ -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: