Skip to content

Commit

Permalink
Merge branch 'ign-transport10' into add_standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored May 8, 2021
2 parents 040faa7 + 3ae2925 commit 9584a1e
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 9584a1e

Please sign in to comment.