lharding / tasknc

ncurses wrapper around taskwarrior
MIT License
117 stars 18 forks source link

Could NOT find Curses (missing: CURSES_LIBRARY) #27

Closed salomonvh closed 8 years ago

salomonvh commented 10 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)

lharding commented 8 years ago

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.