zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
319 stars 109 forks source link

Add missing CMAKE_THREAD_LIBS_INIT to tests #131

Closed rascani closed 7 years ago

rascani commented 7 years ago

When building azmq under buildroot, signal and socket_ops tests run into a similar linker error as the socket test did in issue #118. Simply adding CMAKE_THREAD_LIBS_INIT to the linked libraries for those tests resolves the issue.

Resolves issue #130