Skip to content

Commit 4bf344d

Browse files
alexey-milovidovproller
authored andcommitted
Revert "Fixed link order ClickHouse#2807"
This reverts commit 2f2fafb.
1 parent 58e3f85 commit 4bf344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbms/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ if (USE_CAPNP)
213213
endif ()
214214

215215
if (USE_RDKAFKA)
216-
target_link_libraries (dbms ${RDKAFKA_LIBRARY} ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY})
216+
target_link_libraries (dbms ${RDKAFKA_LIBRARY})
217217
if (NOT USE_INTERNAL_RDKAFKA_LIBRARY)
218218
target_include_directories (dbms SYSTEM BEFORE PRIVATE ${RDKAFKA_INCLUDE_DIR})
219219
endif ()

0 commit comments

Comments
 (0)