1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

kafka: with linking on CentOS

This commit is contained in:
Steffen Vogel 2021-05-09 15:25:40 +02:00
parent f7f4523ea3
commit ec3baca612

View file

@ -124,7 +124,7 @@ endif()
# Enable Kafka support
if(WITH_NODE_KAFKA)
list(APPEND NODE_SRC kafka.cpp)
list(APPEND LIBRARIES PkgConfig::RDKAFKA)
list(APPEND LIBRARIES ${RDKAFKA_LIBRARIES})
endif()
# Enable Comedi support