Skip to content

Commit

Permalink
Make zmq check for post 4.3.1 not to include 4.3.1 (gazebosim#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
2 people authored and scpeters committed Oct 27, 2021
1 parent 4371fac commit 243df26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/transport/Helpers.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "ignition/transport/Export.hh"

// Avoid using deprecated message send/receive function when possible.
#if ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 3, 1)
#if ZMQ_VERSION > ZMQ_MAKE_VERSION(4, 3, 1)
#define IGN_ZMQ_POST_4_3_1
#endif

Expand Down

0 comments on commit 243df26

Please sign in to comment.