tNeed to link curses libraries after curses_client. - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c383e79516635adf983af4415db7f9af41001da5
DIR parent 4babd3f50a5087c0bdd753dd2ee97b1802ca9675
HTML Author: Ben Webb <ben@salilab.org>
Date: Mon, 30 Mar 2015 23:26:34 -0700
Need to link curses libraries after curses_client.
Diffstat:
M CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/CMakeLists.txt b/CMakeLists.txt
t@@ -61,7 +61,7 @@ if (CURSES_CLIENT)
if (CURSES_FOUND)
add_subdirectory(src/curses_client)
add_subdirectory(src/cursesport)
- set(EXTRA_LIBS ${EXTRA_LIBS} ${CURSES_LIBRARIES} cursesclient cursesport)
+ set(EXTRA_LIBS ${EXTRA_LIBS} cursesclient cursesport ${CURSES_LIBRARIES})
include_directories(${CURSES_INCLUDE_DIRS})
else()
message(WARNING "Cannot find any curses-type library")