1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00

Ensure that all ncurses libraries are linked to, including libtinfo if it's a separate library

This commit is contained in:
i.Dark_Templar 2019-08-03 10:50:12 +03:00 committed by Brenden Matthews
parent d467a79fdb
commit f105a8777a

View File

@ -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")