mfontanini / cppkafka

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

remove unused boost includes #267

Closed jlcordeiro closed 3 years ago

jlcordeiro commented 3 years ago

small cleanup of boost/optional includes as well as an unnecessary linkage of the tests target with boost/program_options.

mfontanini commented 3 years ago

Sorry it took me some time to get to this one. Thanks!