oxen-mq/cmake/local-libzmq
Jason Rhinelander 5878473f67
Bump ZMQ to latest release & propagate flags to build
- ZMQ 4.3.5
- The local zmq build was not propagating either ccache or CXX_FLAGS,
  and so was slower, and would not work properly if the parent was built
  using `-DCMAKE_CXX_FLAGS=-stdlib=libc++` (e.g. for a full llvm build,
  such as the one in lokinet).
2023-10-26 13:29:23 -03:00
..
FindZeroMQ.cmake Workarounds for old cmake/gcc 2020-03-05 01:33:02 -04:00
LocalLibzmq.cmake Bump ZMQ to latest release & propagate flags to build 2023-10-26 13:29:23 -03:00
README.txt Build a static libzmq if no system one or system one is too old 2020-03-05 01:00:35 -04:00

README.txt

LocalLibzmq.cmake - builds a local static copy

FindZeroMQ.cmake - overrides cppzmq's version with a simple file that just sets up the minimum bits
cppzmq needs to use our static copy build above.