summaryrefslogtreecommitdiff
path: root/Modules/FindCurses.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-30 15:53:33 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-30 15:53:33 -0400
commit637596a157bba8a18ee51ca0c7dc27df278c8596 (patch)
tree1328f7977a41723d6a2977adc25e1cce9098d0d4 /Modules/FindCurses.cmake
parente29ca248a39ae4b92c8ad600c2a6308954bd3895 (diff)
downloadcmake-637596a157bba8a18ee51ca0c7dc27df278c8596.tar.gz
BUG: remove typo
Diffstat (limited to 'Modules/FindCurses.cmake')
-rw-r--r--Modules/FindCurses.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake
index d64adfebf1..3eb54e5f5c 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")