Summary
Add FindZMQ CMake function to find ZeroMQ library and link GridKit to it.
Rationale
ZeroMQ is dependency to set up a server communicating with DataBroker.
Description
When GridKit_ENABLE_ZMQ is set to On, CMake should discover ZeroMQ library and its C++ bindings. These are available from almost any standard Linux distributions and Homebrew or MacPorts for MacOS. A unit test linked to ZeroMQ library should be included in implementation.
Additional information
No response
Summary
Add FindZMQ CMake function to find ZeroMQ library and link GridKit to it.
Rationale
ZeroMQ is dependency to set up a server communicating with DataBroker.
Description
When
GridKit_ENABLE_ZMQis set toOn, CMake should discover ZeroMQ library and its C++ bindings. These are available from almost any standard Linux distributions and Homebrew or MacPorts for MacOS. A unit test linked to ZeroMQ library should be included in implementation.Additional information
No response