diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-30 19:53:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-30 19:53:33 (GMT) |
commit | 637596a157bba8a18ee51ca0c7dc27df278c8596 (patch) | |
tree | 1328f7977a41723d6a2977adc25e1cce9098d0d4 /Modules/FindCurses.cmake | |
parent | e29ca248a39ae4b92c8ad600c2a6308954bd3895 (diff) | |
download | CMake-637596a157bba8a18ee51ca0c7dc27df278c8596.zip CMake-637596a157bba8a18ee51ca0c7dc27df278c8596.tar.gz CMake-637596a157bba8a18ee51ca0c7dc27df278c8596.tar.bz2 |
BUG: remove typo
Diffstat (limited to 'Modules/FindCurses.cmake')
-rw-r--r-- | Modules/FindCurses.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake index d64adfe..3eb54e5 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") |