File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ elseif(NOT USE_BUNDLED_NCURSES)
1212else ()
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
You can’t perform that action at this time.
0 commit comments