@@ -103,7 +103,7 @@ pkg_check_modules(LIB60870 IMPORTED_TARGET lib60870>=2.3.1)
103103pkg_check_modules(LIBCONFIG IMPORTED_TARGET libconfig>=1.4.9)
104104pkg_check_modules(MOSQUITTO IMPORTED_TARGET libmosquitto>=1.6.9)
105105pkg_check_modules(MODBUS IMPORTED_TARGET libmodbus>=3.1.0)
106- pkg_check_modules(RDKAFKA IMPORTED_TARGET rdkafka>=1.5.0)
106+ pkg_check_modules(RDKAFKAPP IMPORTED_TARGET rdkafka++ >=1.5.0)
107107pkg_check_modules(HIREDIS IMPORTED_TARGET hiredis>=1.0.0)
108108pkg_check_modules(REDISPP IMPORTED_TARGET redis++>=1.2.0)
109109pkg_check_modules(RABBITMQ_C IMPORTED_TARGET librabbitmq>=0.8.0)
@@ -193,7 +193,7 @@ cmake_dependent_option(WITH_NODE_IEC60870 "Build with iec60870 node-types"
193193cmake_dependent_option(WITH_NODE_IEC61850 "Build with iec61850 node-types" "${WITH_DEFAULTS} " "LIBIEC61850_FOUND; NOT WITHOUT_GPL" OFF )
194194cmake_dependent_option(WITH_NODE_INFINIBAND "Build with infiniband node-type" "${WITH_DEFAULTS} " "IBVerbs_FOUND; RDMACM_FOUND" OFF ) # Infiniband node-type is currenly broken
195195cmake_dependent_option(WITH_NODE_INFLUXDB "Build with influxdb node-type" "${WITH_DEFAULTS} " "" OFF )
196- cmake_dependent_option(WITH_NODE_KAFKA "Build with kafka node-type" "${WITH_DEFAULTS} " "RDKAFKA_FOUND " OFF )
196+ cmake_dependent_option(WITH_NODE_KAFKA "Build with kafka node-type" "${WITH_DEFAULTS} " "RDKAFKAPP_FOUND " OFF )
197197cmake_dependent_option(WITH_NODE_LOOPBACK "Build with loopback node-type" "${WITH_DEFAULTS} " "" OFF )
198198cmake_dependent_option(WITH_NODE_MODBUS "Build with modbus node-type" "${WITH_DEFAULTS} " "MODBUS_FOUND" OFF )
199199cmake_dependent_option(WITH_NODE_MQTT "Build with mqtt node-type" "${WITH_DEFAULTS} " "MOSQUITTO_FOUND" OFF )
@@ -309,7 +309,7 @@ add_feature_info(NODE_MODBUS WITH_NODE_MODBUS "Build with
309309add_feature_info(NODE_MQTT WITH_NODE_MQTT "Build with mqtt node-type" )
310310add_feature_info(NODE_NANOMSG WITH_NODE_NANOMSG "Build with nanomsg node-type" )
311311add_feature_info(NODE_NGSI WITH_NODE_NGSI "Build with ngsi node-type" )
312- add_feature_info(NODE_OPAL_AYSNC WITH_NODE_OPAL_ASYNC "Build with opal.async node-type" )
312+ add_feature_info(NODE_OPAL_ASYNC WITH_NODE_OPAL_ASYNC "Build with opal.async node-type" )
313313add_feature_info(NODE_OPAL_ORCHESTRA WITH_NODE_OPAL_ORCHESTRA "Build with opal.orchestra node-type" )
314314add_feature_info(NODE_OPENDSS WITH_NODE_OPENDSS "Build with opendss node-type" )
315315add_feature_info(NODE_REDIS WITH_NODE_REDIS "Build with redis node-type" )
0 commit comments