From 0e2fdf93fe1eb6d9a4b279486244959f52403bf4 Mon Sep 17 00:00:00 2001 From: Emanuele Sabellico Date: Tue, 30 May 2023 21:30:15 +0200 Subject: [PATCH] CMake fix --- examples/CMakeLists.txt | 3 --- examples/incremental_alter_configs.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index b68240b363..159e553649 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -38,9 +38,6 @@ target_link_libraries(delete_records PUBLIC rdkafka) add_executable(transactions transactions.c ${win32_sources}) target_link_libraries(transactions PUBLIC rdkafka) -add_executable(openssl_engine_example_cpp openssl_engine_example.cpp ${win32_sources}) -target_link_libraries(transactions PUBLIC rdkafka++) - add_executable(list_consumer_groups list_consumer_groups.c ${win32_sources}) target_link_libraries(list_consumer_groups PUBLIC rdkafka) diff --git a/examples/incremental_alter_configs.c b/examples/incremental_alter_configs.c index f621dbc8a0..36f508334e 100644 --- a/examples/incremental_alter_configs.c +++ b/examples/incremental_alter_configs.c @@ -1,7 +1,7 @@ /* * librdkafka - Apache Kafka C library * - * Copyright (c) 2022, Magnus Edenhill + * Copyright (c) 2023, Confluent Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without