receiver runs but does not overwrite due to wx, async doesnt seems parallel problem, acquire gets stuck

This commit is contained in:
2018-10-10 10:12:58 +02:00
parent 8151f1d5fe
commit 17a6322f7c
6 changed files with 17 additions and 23 deletions

View File

@ -34,13 +34,6 @@ add_library(slsDetectorShared SHARED
${HEADERS}
)
add_library(zmq STATIC IMPORTED GLOBAL)
set(ZMQ_STATIC_ARCHIVE ${CMAKE_CURRENT_SOURCE_DIR}/../slsSupportLib/include/libzmq.a)
set_target_properties(zmq PROPERTIES
IMPORTED_LOCATION ${ZMQ_STATIC_ARCHIVE}
)
target_link_libraries(slsDetectorShared
zmq
)
@ -81,9 +74,6 @@ if(DOXYGEN_FOUND)
endif()
install(FILES ${ZMQ_STATIC_ARCHIVE}
DESTINATION lib)
install(TARGETS slsDetectorShared slsDetectorStatic
LIBRARY DESTINATION lib
PUBLIC_HEADER DESTINATION include