Add -ltinfo for linking atdna

This commit is contained in:
Jack Andersen 2017-10-30 17:50:44 -10:00
parent a5056960ed
commit b55f265131
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if(UNIX)
if (APPLE)
list(APPEND PLAT_LIBS dl)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
list(APPEND PLAT_LIBS dl)
list(APPEND PLAT_LIBS dl tinfo)
endif()
elseif(WIN32)
list(APPEND PLAT_LIBS Version)