Commit 124e0465 authored by Luca Boccassi's avatar Luca Boccassi

Problem: ZMQ_HAVE_O_CLOEXEC not defined by CMake

Solution: add it to CMake's platform.hpp.in
parent 28a4b9a9
......@@ -24,6 +24,8 @@
#cmakedefine ZMQ_HAVE_SO_PEERCRED
#cmakedefine ZMQ_HAVE_LOCAL_PEERCRED
#cmakedefine ZMQ_HAVE_O_CLOEXEC
#cmakedefine ZMQ_HAVE_SOCK_CLOEXEC
#cmakedefine ZMQ_HAVE_SO_KEEPALIVE
#cmakedefine ZMQ_HAVE_TCP_KEEPCNT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment