mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Find rdkafka via cmake
This commit is contained in:
@@ -27,6 +27,8 @@ ExternalProject_Add(
|
||||
find_package(Boost REQUIRED)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
find_package(RdKafka REQUIRED)
|
||||
|
||||
option(ENABLE_ZOOKEEPER "Whether to enable zookeeper support" ON)
|
||||
if (ENABLE_ZOOKEEPER)
|
||||
find_package(Zookeeper REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user