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: add CMAKE_OPTS in deps.sh

This commit is contained in:
Steffen Vogel 2021-05-09 14:58:27 +02:00
parent c594077534
commit 0746787559

View file

@ -126,7 +126,7 @@ if ! pkg-config "rdkafka>=1.5.0" && \
git clone --branch v1.6.0 --depth 1 https://github.com/edenhill/librdkafka.git
mkdir -p librdkafka/build
pushd librdkafka/build
cmake ..
cmake ${CMAKE_OPTS} ..
make -j$(nproc) ${TARGET}
popd
fi