File tree 1 file changed +3
-3
lines changed
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)
12
12
else ()
13
13
set (CURSES_BUNDLE_DIR "${PROJECT_BINARY_DIR} /ncurses-prefix/src/ncurses" )
14
14
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" )
16
16
17
17
if (NOT TARGET ncurses)
18
18
message (STATUS "Using bundled ncurses in '${CURSES_BUNDLE_DIR} '" )
19
19
20
20
ExternalProject_Add(ncurses
21
21
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 "
24
24
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
25
25
BUILD_COMMAND ${CMD_MAKE}
26
26
BUILD_IN_SOURCE 1
You can’t perform that action at this time.
0 commit comments