cppkafka icon indicating copy to clipboard operation
cppkafka copied to clipboard

cmake: Use CMAKE_INSTALL_LIBDIR

Open kraj opened this issue 3 years ago • 0 comments

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 [email protected]

kraj avatar Mar 20 '22 18:03 kraj