diff options
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 80c1fe8..1447966 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) |