zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't build with latest catch2

keith-dev opened this issue · comments

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.

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

@keith-dev , does this fix the issue
#194