Re: [CMake] Compiling cmake-3.10.2 against ncursesw

2018-03-08 Thread John Frankish
bump -Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of John Frankish Sent: Monday, 05 March 2018 15:45 To: cmake@cmake.org Subject: [CMake] Compiling cmake-3.10.2 against ncursesw Hi, I've been trying to compile cmake-3.10.2 on a system that has only ncu

[CMake] Compiling cmake-3.10.2 against ncursesw

2018-03-05 Thread John Frankish
Hi, I've been trying to compile cmake-3.10.2 on a system that has only ncursesw using the ./bootstrap script. I could not find a way to tell ./bootstrap to use ncursesw, so I added the following to Modules/FindCurses.cmake set(CURSES_NEED_WIDE TRUE) ..this enables ./bootstrap to find libncurs