zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
319 stars 109 forks source link

Doesn't build with latest catch2 #193

Closed keith-dev closed 1 year ago

keith-dev commented 2 years ago

The latest catch2 doesn't have file catch2/catch.hpp. Replacing that name with catch2/catch_all.hpp results in no main() defined at link time.

aboseley commented 2 years ago

It looks like the latest catch2 version breaks the v2 api, and will be eventually released as v3.

aboseley commented 2 years ago

@keith-dev , does this fix the issue https://github.com/zeromq/azmq/pull/194