Re: [CMake] FindCurses.cmake does not find libncurses.so

2011-06-14 Thread David Demelier
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

Re: [CMake] FindCurses.cmake does not find libncurses.so

2011-06-14 Thread aaron . meadows
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

[CMake] FindCurses.cmake does not find libncurses.so

2011-06-14 Thread David Demelier
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