You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2019/09/05 16:02:17 UTC

[nifi-minifi-cpp] branch master updated: MINIFICPP-1023 - Kafka extension fails to link on U18

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 9579284  MINIFICPP-1023 - Kafka extension fails to link on U18
9579284 is described below

commit 95792845f024e0315e82ae287d445bc658d8a7bc
Author: Nghia Le <mi...@gmail.com>
AuthorDate: Thu Sep 5 15:38:53 2019 +0200

    MINIFICPP-1023 - Kafka extension fails to link on U18
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #642
---
 extensions/librdkafka/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extensions/librdkafka/CMakeLists.txt b/extensions/librdkafka/CMakeLists.txt
index 4fc2eff..6b8fbb2 100644
--- a/extensions/librdkafka/CMakeLists.txt
+++ b/extensions/librdkafka/CMakeLists.txt
@@ -53,6 +53,7 @@ ExternalProject_Add(
                "-DRDKAFKA_BUILD_EXAMPLES=OFF"
                "-DRDKAFKA_BUILD_TESTS=OFF"
                "-DENABLE_LZ4_EXT=OFF"
+               "-DWITH_ZSTD=OFF"
                "-DCMAKE_MODULE_PATH=${CMAKE_MODULE_PATH_PASSTHROUGH_LIST}"
                "-DCMAKE_C_FLAGS=${CURL_C_FLAGS}"
                "-DCMAKE_INSTALL_LIBDIR=lib"