zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.89k stars 757 forks source link

Compatible ZeroMQ version range #398

Open SylvainCorlay opened 4 years ago

SylvainCorlay commented 4 years ago

Is the range of versions of ZeroMQ that is compatible with cppzmq advertized?

It might be interesting to require a minimal version in the find_package call when zeromq is build with cmake.

gummif commented 4 years ago

There is advertised support for 4.2+. But the code does have some checks for older version (3.2) but I don't think it has been tested for that for a long time.