mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-13 19:22:58 +00:00
Ensure that all ncurses libraries are linked to, including libtinfo if it's a separate library
This commit is contained in:
parent
d467a79fdb
commit
f105a8777a
@ -216,6 +216,7 @@ if(BUILD_HTTP)
|
||||
endif(BUILD_HTTP)
|
||||
|
||||
if(BUILD_NCURSES)
|
||||
set(CURSES_NEED_NCURSES TRUE)
|
||||
include(FindCurses)
|
||||
if(NOT CURSES_FOUND)
|
||||
message(FATAL_ERROR "Unable to find ncurses library")
|
||||
|
Loading…
Reference in New Issue
Block a user