mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 11:33:14 +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)
|
endif(BUILD_HTTP)
|
||||||
|
|
||||||
if(BUILD_NCURSES)
|
if(BUILD_NCURSES)
|
||||||
|
set(CURSES_NEED_NCURSES TRUE)
|
||||||
include(FindCurses)
|
include(FindCurses)
|
||||||
if(NOT CURSES_FOUND)
|
if(NOT CURSES_FOUND)
|
||||||
message(FATAL_ERROR "Unable to find ncurses library")
|
message(FATAL_ERROR "Unable to find ncurses library")
|
||||||
|
Loading…
Reference in New Issue
Block a user