Skip to content

Commit fe10874

Browse files
committed
update(deps): bump ncurses to 6.5
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 4918c7b commit fe10874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/modules/ncurses.cmake

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ elseif(NOT USE_BUNDLED_NCURSES)
1212
else()
1313
set(CURSES_BUNDLE_DIR "${PROJECT_BINARY_DIR}/ncurses-prefix/src/ncurses")
1414
set(CURSES_INCLUDE_DIR "${CURSES_BUNDLE_DIR}/include/")
15-
set(CURSES_LIBRARIES "${CURSES_BUNDLE_DIR}/lib/libncurses.a")
15+
set(CURSES_LIBRARIES "${CURSES_BUNDLE_DIR}/lib/libncursesw.a")
1616

1717
if(NOT TARGET ncurses)
1818
message(STATUS "Using bundled ncurses in '${CURSES_BUNDLE_DIR}'")
1919

2020
ExternalProject_Add(ncurses
2121
PREFIX "${PROJECT_BINARY_DIR}/ncurses-prefix"
22-
URL "https://download.sysdig.com/dependencies/ncurses-6.0-20150725.tgz"
23-
URL_MD5 "32b8913312e738d707ae68da439ca1f4"
22+
URL "https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz"
23+
URL_MD5 "ac2d2629296f04c8537ca706b6977687"
2424
CONFIGURE_COMMAND ./configure --without-cxx --without-cxx-binding --without-ada --without-manpages --without-progs --without-tests --with-terminfo-dirs=/etc/terminfo:/lib/terminfo:/usr/share/terminfo
2525
BUILD_COMMAND ${CMD_MAKE}
2626
BUILD_IN_SOURCE 1

0 commit comments

Comments
 (0)