mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Fix the IF IF problem
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user