1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-27 02:25:43 +02:00

Enabled Kafke for our builds

This commit is contained in:
Pavel Odintsov 2023-02-05 19:23:36 +00:00
parent ba7d4b282d
commit d2fb77b2bd

View File

@ -346,8 +346,10 @@ sub install_fastnetmon {
exec_command("mkdir -p $fastnetmon_code_dir/build");
chdir "$fastnetmon_code_dir/build";
my $cmake_params = "-DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=ON";
# We enable Kafka support only for our releases
# By default it's disabled as we have no cppkafka for many distributions
my $cmake_params = "-DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=ON -DKAFKA_SUPPORT=ON";
# Test that atomics build works as expected