mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-02 03:28:01 +00:00
Require rdkafka v0.9.4 to build
This commit is contained in:
@@ -29,18 +29,6 @@ endif()
|
||||
find_package(Boost REQUIRED)
|
||||
find_package(RdKafka REQUIRED)
|
||||
|
||||
if (HAVE_OFFSETS_FOR_TIMES)
|
||||
message(STATUS "Enabling support for KafkaHandleBase::get_offsets_for_times")
|
||||
set(CPPKAFKA_HAVE_OFFSET_FOR_TIMES ON)
|
||||
else()
|
||||
message(STATUS "Disabling support for KafkaHandleBase::get_offsets_for_times")
|
||||
endif()
|
||||
# Configuration file
|
||||
configure_file(
|
||||
"${PROJECT_SOURCE_DIR}/include/cppkafka/config.h.in"
|
||||
"${PROJECT_SOURCE_DIR}/include/cppkafka/config.h"
|
||||
)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(include)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user