From 637596a157bba8a18ee51ca0c7dc27df278c8596 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 30 Apr 2008 15:53:33 -0400 Subject: [PATCH] BUG: remove typo --- Modules/FindCurses.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake index d64adfebf..3eb54e5f5 100644 --- a/Modules/FindCurses.cmake +++ b/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")