Parcourir la source

Merge topic 'FindCurses-no-cur_colr'

d931ba60 FindCurses: Drop search for deprecated HP-UX cur_colr library
Brad King il y a 11 ans
Parent
commit
ecdea34fcc
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      Modules/FindCurses.cmake

+ 0 - 5
Modules/FindCurses.cmake

@@ -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 )