Skip to content

Commit eee908f

Browse files
mikhailfomenkoolegrok
authored andcommitted
119: Fixed CMakeLists.txt
1 parent 7cb923d commit eee908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if(STATIC_BUILD)
9393

9494
set(RDKAFKA_LIBRARY ${RDKAFKA_LIBRARY} librdkafka_static)
9595
else()
96-
find_package(RDKAFKA REQUIRED)
96+
find_package(RdKafka REQUIRED)
9797
# Link RdKafka transitive dependencies manually
9898
set(RDKAFKA_LIBRARY ${RDKAFKA_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} ${OPENSSL_SSL_LIBRARY})
9999
endif()

0 commit comments

Comments
 (0)