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

Update CMakeLists.txt

This commit is contained in:
Juan Pablo Noreña-Monsalve 2021-05-05 12:14:41 -05:00 committed by GitHub
parent ca10fd076f
commit 727e886d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ if(WITH_NODE_MQTT)
list(APPEND LIBRARIES PkgConfig::MOSQUITTO)
endif()
# Enable KAFKA support
# Enable Kafka support
if(WITH_NODE_KAFKA)
list(APPEND NODE_SRC kafka.cpp)
list(APPEND LIBRARIES PkgConfig::RDKAFKA)