Skip to content
Snippets Groups Projects
Commit 2c72da37 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Link with tinfo as well.

This may break FreeBSD though...
parent 679c013b
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ if(USE_CURSES_ANYWAY) ...@@ -105,6 +105,7 @@ if(USE_CURSES_ANYWAY)
set(N_CURSES_LIB TRUE PARENT_SCOPE) set(N_CURSES_LIB TRUE PARENT_SCOPE)
endif() endif()
target_link_libraries(ciolib ${CURSES_NCURSES_LIBRARY}) target_link_libraries(ciolib ${CURSES_NCURSES_LIBRARY})
target_link_libraries(ciolib ${CURSES_TINFO_LIBRARY_NAME})
endif() endif()
CHECK_FUNCTION_EXISTS(vasprintf HAVE_VASPRINTF) CHECK_FUNCTION_EXISTS(vasprintf HAVE_VASPRINTF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment