diff --git a/CMakeLists.txt b/CMakeLists.txt index a0bbf6a..b9e8599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ if(STATIC_BUILD) set(RDKAFKA_LIBRARY ${RDKAFKA_LIBRARY} librdkafka_static) else() - find_package(RDKAFKA REQUIRED) + find_package(RdKafka REQUIRED) # Link RdKafka transitive dependencies manually set(RDKAFKA_LIBRARY ${RDKAFKA_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} ${OPENSSL_SSL_LIBRARY}) endif()