Explorar o código

BUG: remove typo

Bill Hoffman %!s(int64=17) %!d(string=hai) anos
pai
achega
637596a157
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/FindCurses.cmake

+ 1 - 1
Modules/FindCurses.cmake

@@ -70,7 +70,7 @@ ELSE(NOT CURSES_USE_NCURSES)
   FIND_PATH(CURSES_NCURSES_INCLUDE_PATH curses.h)
 
   SET(CURSES_INCLUDE_PATH "${CURSES_NCURSES_INCLUDE_PATH}")
-  SET(FORCE_ARG "");
+  SET(FORCE_ARG "")
   IF("${CURSES_LIBRARY}" STREQUAL "CURSES_LIBRARY-NOTFOUND")
     SET(FORCE_ARG "FORCE")
   ENDIF("${CURSES_LIBRARY}" STREQUAL "CURSES_LIBRARY-NOTFOUND")