Skip to content
Snippets Groups Projects
Commit 3de6ad45 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

relax cmake reqs for kafka

parent 169eca97
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# RDKAFKA_LIBRARIES - Path to the library
# RDKAFKA_INCLUDE_DIR - Path to the include dir
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.7)
find_path(RDKAFKA_INCLUDE_DIR librdkafka/rdkafka.h HINTS ${RdKafka_DIR}/include)
find_library(RDKAFKA_LIBRARIES rdkafka++ HINTS ${RdKafka_DIR}/lib ${RdKafka_DIR}/lib64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment