From b55f26513179f4c5ea57f788c9e491f429be521b Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 30 Oct 2017 17:50:44 -1000 Subject: [PATCH] Add -ltinfo for linking atdna --- atdna/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)