Fix the IF IF problem

This commit is contained in:
Andy Cedilnik 2001-11-05 10:42:30 -05:00
parent 4e07845b4f
commit 830bb67caf
1 changed files with 1 additions and 1 deletions

View File

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