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
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