Fixed build problem with ncurses library

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 66e7f28191)
r14.1.x
ormorph 2 months ago committed by Michele Calgaro
parent 1c29d98b78
commit 93af744d98
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -99,7 +99,7 @@ check_c_source_compiles("
BUILD_READLINE_STANDALONE
)
if( NOT BUILD_READLINE_STANDALONE )
find_package( curses )
find_package( Curses )
if( NOT CURSES_FOUND )
tde_message_fatal( "(n)curses is required but was not found on your system" )
endif()

Loading…
Cancel
Save