Sfoglia il codice sorgente

Fix the IF IF problem

Andy Cedilnik 24 anni fa
parent
commit
830bb67caf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)