mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
587 stars 207 forks source link

Is there any way to build it without "boost"? #300

Open jinyunshaobing opened 1 year ago

jinyunshaobing commented 1 year ago

I want to build it without "boost", can it be achieved?

If it can not be achieved, how can I just install necessary part of "boost"?

I'm using ubuntu20.04, and I installed libboost-all-dev. I'm trying to uninstall it and just install the necessary part of it.

heighgun commented 11 months ago

in short, no you can't, it depends boost::optional and boost::any