Skip to content

Commit

Permalink
Revert. Fixed link order ClickHouse#2807
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored and proller committed Aug 9, 2018
1 parent 043dc07 commit 143b33c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ if (USE_INTERNAL_RDKAFKA_LIBRARY)

if (USE_INTERNAL_SSL_LIBRARY AND MAKE_STATIC_LIBRARIES)
target_include_directories(rdkafka PRIVATE BEFORE ${OPENSSL_INCLUDE_DIR})
target_link_libraries(rdkafka PRIVATE ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY})
endif ()
target_include_directories(rdkafka PRIVATE BEFORE ${ZLIB_INCLUDE_DIR})
endif ()
Expand Down

0 comments on commit 143b33c

Please sign in to comment.