Merge topic 'FindCurses-no-cur_colr'

d931ba60 FindCurses: Drop search for deprecated HP-UX cur_colr library
This commit is contained in:
Brad King 2014-11-18 09:12:28 -05:00 committed by CMake Topic Stage
commit ecdea34fcc
1 changed files with 0 additions and 5 deletions

View File

@ -179,11 +179,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 )