mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Removed dependency from rdkafka since it has its own pkg_config file. Also added BITNESS detection
This commit is contained in:
@@ -43,8 +43,8 @@ target_include_directories(cppkafka PUBLIC ${PROJECT_SOURCE_DIR}/include)
|
||||
|
||||
install(
|
||||
TARGETS cppkafka
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
LIBRARY DESTINATION ${LIBDIR}
|
||||
ARCHIVE DESTINATION ${LIBDIR}
|
||||
COMPONENT dev
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user