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

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

commit 5fb41d61fceb880bc430e143ef7762fa536276ef
Author: Ferenc Gerlits <[email protected]>
AuthorDate: Tue Jul 16 16:02:02 2024 +0000

    MINIFICPP-2426 Update the URL for librdkafka on github
    
    Closes #1838
    
    Signed-off-by: Marton Szasz <[email protected]>
---
 cmake/BundledLibRdKafka.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/BundledLibRdKafka.cmake b/cmake/BundledLibRdKafka.cmake
index bbaaf96f0..b3c410840 100644
--- a/cmake/BundledLibRdKafka.cmake
+++ b/cmake/BundledLibRdKafka.cmake
@@ -43,7 +43,7 @@ function(use_bundled_librdkafka SOURCE_DIR BINARY_DIR)
     # Build project
     ExternalProject_Add(
             kafka-external
-            URL "https://github.com/edenhill/librdkafka/archive/v1.6.0.tar.gz";
+            URL 
"https://github.com/confluentinc/librdkafka/archive/v1.6.0.tar.gz";
             URL_HASH 
"SHA256=3130cbd391ef683dc9acf9f83fe82ff93b8730a1a34d0518e93c250929be9f6b"
             LIST_SEPARATOR % # This is needed for passing semicolon-separated 
lists
             CMAKE_ARGS ${LIBRDKAFKA_CMAKE_ARGS}

Reply via email to