From e1604a081feac55a5a06954834c626df048aeed7 Mon Sep 17 00:00:00 2001 From: wang_x1 Date: Thu, 15 Sep 2016 13:59:18 +0200 Subject: [PATCH] add missing pthread lib --- slsDetectorGui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt index 6bdc29ef1..343cabdc0 100644 --- a/slsDetectorGui/CMakeLists.txt +++ b/slsDetectorGui/CMakeLists.txt @@ -105,6 +105,7 @@ target_link_libraries(slsDetectorGui ${QT_QTCORE_LIBRARIES} ${QT_QTGUI_LIBRARIES} ${QWT_LIBRARIES} + pthread ) add_executable(gui_client