diff options
author | Brad King <brad.king@kitware.com> | 2015-02-20 13:42:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-20 13:42:35 (GMT) |
commit | d95d4c2c775e6eb6db1800be869d97b5464628ab (patch) | |
tree | 90c1b9ec1316f1508743815c238564f8770f13ed /Modules | |
parent | 57d4e1c77684986e26b5ebc6092564fc6cc1c655 (diff) | |
parent | b4005a3ad9af5283f40befe7382a95c27799a90a (diff) | |
download | CMake-d95d4c2c775e6eb6db1800be869d97b5464628ab.zip CMake-d95d4c2c775e6eb6db1800be869d97b5464628ab.tar.gz CMake-d95d4c2c775e6eb6db1800be869d97b5464628ab.tar.bz2 |
Merge branch 'FindCurses-remove-unused-check' into release
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindCurses.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindCurses.cmake b/Modules/FindCurses.cmake index f94bd09..e236c24 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) |