On 4 December 2012 14:31, Stefan Radomski <
[email protected]> wrote:

> Addendum: Now that I skimmed the CMakeLists.txt I see that libzmq is
> explicitly forced to be built as a shared library - is there a reason for
> this?
>
>
Exported APIs need different decls for static and shared.  There is no
support for the static decls in trunk.  If they were added one could
implement a FindZeroMQ.cmake module that defines the required define for
static support similar to Boost.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to