zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

cppzmq does not support configure? #520

Closed jinbeomdev closed 2 years ago

jinbeomdev commented 2 years ago

I have worked in offline circumstance so I cannot access internet. there is way to build it offline?

gummif commented 2 years ago

You can pass CPPZMQ_BUILD_TESTS as false to cmake, then it wont try to download Catch2.