Closed salomonvh closed 8 years ago
CMAKE can not find the CURSES_LIBRARY.
I had to manually do
locate libncurses.so
Then add the following on line 150 of Findcurses.cmake
SET(CURSES_NCURSES_LIBRARY "/usr/lib/x86_64-linux-gnu/libncurses.so")
I am on Ubuntu-precise (64 bit)
This should have been fixed by the recent elimination of the cmake-based build. Please feel free to reopen it if you experience it again.
CMAKE can not find the CURSES_LIBRARY.
I had to manually do
locate libncurses.so
Then add the following on line 150 of Findcurses.cmake
SET(CURSES_NCURSES_LIBRARY "/usr/lib/x86_64-linux-gnu/libncurses.so")
I am on Ubuntu-precise (64 bit)