From 3071db8e19241229ffa384058f07b34919664615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Apr 2024 17:32:50 +0200 Subject: Be actually able to use a system Termo library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c10b34..11f5549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ else () endif () set (project_libraries ${Unistring_LIBRARIES} - ${Ncursesw_LIBRARIES} termo-static) + ${Ncursesw_LIBRARIES} ${Termo_LIBRARIES}) pkg_search_module (lua lua53 lua5.3 lua-5.3 lua54 lua5.4 lua-5.4 lua>=5.3) option (WITH_LUA "Enable support for Lua plugins" ${lua_FOUND}) -- cgit v1.2.3