Skip to content
Snippets Groups Projects
Commit f31cd656 authored by Pierrick Koch's avatar Pierrick Koch
Browse files

[wip/hyper-viewer] fix pthread link error on ubuntu 14.04

parent e80bf91f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ VERSION= 0.1
CATEGORIES= supervision
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper_viewer/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}hyper_viewer
PKGREVISION= 1
MAINTAINER= arnaud.degroote@laas.fr
COMMENT= Viewer for the Hyper supervision tool
......
diff --git CMakeLists.txt CMakeLists.txt
index ebc7608..9497af3 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -41,6 +41,7 @@ add_library(hyper_viewer_lib ${VIEWER_MOC_SRCS} ${VIEWER_SRCS})
target_link_libraries(hyper_viewer_lib ${QT_LIBRARIES})
target_link_libraries(hyper_viewer_lib ${HYPER_LIBS})
target_link_libraries(hyper_viewer_lib ${Boost_LIBRARIES})
+target_link_libraries(hyper_viewer_lib pthread)
add_executable(hyper_viewer src/main.cc)
target_link_libraries(hyper_viewer hyper_viewer_lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment