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

@ -39,12 +39,6 @@ include_directories(
../slsSupportLib/include
)
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}
)
add_library(slsReceiverStatic STATIC
${SOURCES}
@ -103,6 +97,4 @@ install(TARGETS slsReceiverShared slsReceiverStatic slsReceiver
ARCHIVE DESTINATION lib
PUBLIC_HEADER DESTINATION include)
install(FILES ${ZMQ_STATIC_ARCHIVE}
DESTINATION lib)