diff --git a/atdna/CMakeLists.txt b/atdna/CMakeLists.txt index da977f3..964a01e 100644 --- a/atdna/CMakeLists.txt +++ b/atdna/CMakeLists.txt @@ -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)