Skip to content

Commit

Permalink
119: Fixed CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailfomenko authored and olegrok committed Dec 9, 2024
1 parent 7cb923d commit eee908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit eee908f

Please sign in to comment.