summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-20 08:42:35 -0500
committerBrad King <brad.king@kitware.com>2015-02-20 08:42:35 -0500
commitd95d4c2c775e6eb6db1800be869d97b5464628ab (patch)
tree90c1b9ec1316f1508743815c238564f8770f13ed
parent57d4e1c77684986e26b5ebc6092564fc6cc1c655 (diff)
parentb4005a3ad9af5283f40befe7382a95c27799a90a (diff)
downloadcmake-d95d4c2c775e6eb6db1800be869d97b5464628ab.tar.gz
Merge branch 'FindCurses-remove-unused-check' into release
-rw-r--r--Modules/FindCurses.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake
index f94bd09ca5..e236c24455 100644
--- a/Modules/FindCurses.cmake
+++ b/Modules/FindCurses.cmake
@@ -128,8 +128,6 @@ if(CURSES_USE_NCURSES)
if(NOT CURSES_NCURSES_HAS_CBREAK)
find_library(CURSES_EXTRA_LIBRARY tinfo HINTS "${_cursesLibDir}")
find_library(CURSES_EXTRA_LIBRARY tinfo )
- CHECK_LIBRARY_EXISTS("${CURSES_EXTRA_LIBRARY}"
- cbreak "" CURSES_TINFO_HAS_CBREAK)
endif()
else()
get_filename_component(_cursesLibDir "${CURSES_CURSES_LIBRARY}" PATH)