Skip to content

Commit

Permalink
CMake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed May 30, 2023
1 parent e295a28 commit 0e2fdf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion examples/incremental_alter_configs.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e2fdf9

Please sign in to comment.