From 830bb67caf3e0488632a0c94f347911154c33c5d Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 5 Nov 2001 10:42:30 -0500 Subject: [PATCH] Fix the IF IF problem --- Source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 80c1fe87f..14479668b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -51,7 +51,7 @@ IF (UNIX) IF (CURSES_LIBRARY AND FORM_LIBRARY) SUBDIRS(CursesDialog) ENDIF (CURSES_LIBRARY AND FORM_LIBRARY) -IF (UNIX) +ENDIF (UNIX) SOURCE_FILES(SRCS cmUnixMakefileGenerator.cxx)