Browse Source

Fix the IF IF problem

Andy Cedilnik 24 years ago
parent
commit
830bb67caf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CMakeLists.txt

+ 1 - 1
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)