mfontanini / cppkafka

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

cmake: Use CMAKE_INSTALL_LIBDIR #291

Closed kraj closed 1 year ago

kraj commented 2 years ago

Do not hardcode library path, this helps it install in right location independent of platforms, e.g. ppc64 uses lib64 and not lib

Signed-off-by: Khem Raj raj.khem@gmail.com

mfontanini commented 1 year ago

Thanks!