Fix the IF IF problem
This commit is contained in:
parent
4e07845b4f
commit
830bb67caf
|
@ -51,7 +51,7 @@ IF (UNIX)
|
||||||
IF (CURSES_LIBRARY AND FORM_LIBRARY)
|
IF (CURSES_LIBRARY AND FORM_LIBRARY)
|
||||||
SUBDIRS(CursesDialog)
|
SUBDIRS(CursesDialog)
|
||||||
ENDIF (CURSES_LIBRARY AND FORM_LIBRARY)
|
ENDIF (CURSES_LIBRARY AND FORM_LIBRARY)
|
||||||
IF (UNIX)
|
ENDIF (UNIX)
|
||||||
|
|
||||||
SOURCE_FILES(SRCS cmUnixMakefileGenerator.cxx)
|
SOURCE_FILES(SRCS cmUnixMakefileGenerator.cxx)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue