On 14/06/2011 17:22, David Demelier wrote:
Hello,
On FreeBSD the status of ncurses is particularly annoying. We have a old
curses lib under /usr/lib/libcurses.so that does not provide ncurses
functionalities.
I tried the following CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project(cmak
14, 2011 10:23 AM
To: cmake@cmake.org
Subject: [CMake] FindCurses.cmake does not find libncurses.so
Hello,
On FreeBSD the status of ncurses is particularly annoying. We have a old
curses lib under /usr/lib/libcurses.so that does not provide ncurses
functionalities.
I tried the follow
Hello,
On FreeBSD the status of ncurses is particularly annoying. We have a old
curses lib under /usr/lib/libcurses.so that does not provide ncurses
functionalities.
I tried the following CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project(cmaketest)
set(srcs "main.c")
set(CURSES_NE