Fixed build problem with ncurses library

Signed-off-by: ormorph <roma251078@mail.ru>
pull/21/head
ormorph 4 months ago
parent 9b7d2a6551
commit 66e7f28191
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

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

Loading…
Cancel
Save