From 3de6ad45c8b6fe9df145940a36b101ea324bed2f Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Mon, 24 Jan 2022 11:36:37 +0100 Subject: [PATCH] relax cmake reqs for kafka --- CMakeModules/FindRdKafka.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/FindRdKafka.cmake b/CMakeModules/FindRdKafka.cmake index 1006e3c59..84d4cd540 100644 --- a/CMakeModules/FindRdKafka.cmake +++ b/CMakeModules/FindRdKafka.cmake @@ -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) -- GitLab