diff options
-rw-r--r-- | Modules/FindCurses.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake index 0184c39..c628ab0 100644 --- a/Modules/FindCurses.cmake +++ b/Modules/FindCurses.cmake @@ -178,11 +178,6 @@ if(NOT DEFINED CURSES_HAVE_CURSES_H) endif() endif() -if (NOT CURSES_TINFO_HAS_CBREAK) - find_library(CURSES_EXTRA_LIBRARY cur_colr HINTS "${_cursesLibDir}") - find_library(CURSES_EXTRA_LIBRARY cur_colr ) -endif() - find_library(CURSES_FORM_LIBRARY form HINTS "${_cursesLibDir}") find_library(CURSES_FORM_LIBRARY form ) |