Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleaning duplicate linker flags #9433

Merged
merged 1 commit into from Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/libxml2-cmake/CMakeLists.txt
Expand Up @@ -52,7 +52,7 @@ set(SRCS
)
add_library(libxml2 ${SRCS})

target_link_libraries(libxml2 PRIVATE ${ZLIB_LIBRARIES} ${CMAKE_DL_LIBS})
target_link_libraries(libxml2 PRIVATE ${ZLIB_LIBRARIES})
if(M_LIBRARY)
target_link_libraries(libxml2 PRIVATE ${M_LIBRARY})
endif()
Expand Down
2 changes: 1 addition & 1 deletion contrib/llvm
Submodule llvm updated from 778c29 to 5dab18
2 changes: 1 addition & 1 deletion contrib/mariadb-connector-c
2 changes: 1 addition & 1 deletion contrib/poco
Submodule poco updated from d805cf to 1f3e46
1 change: 0 additions & 1 deletion contrib/unixodbc-cmake/CMakeLists.txt
Expand Up @@ -32,7 +32,6 @@ target_include_directories(ltdl PUBLIC ${ODBC_SOURCE_DIR}/libltdl/libltdl)
target_compile_definitions(ltdl PRIVATE -DHAVE_CONFIG_H -DLTDL -DLTDLOPEN=libltdlc)

target_compile_options(ltdl PRIVATE -Wno-constant-logical-operand -Wno-unknown-warning-option -O2)
target_link_libraries(ltdl PRIVATE ${CMAKE_DL_LIBS})


set(SRCS
Expand Down
1 change: 0 additions & 1 deletion dbms/src/Functions/CMakeLists.txt
Expand Up @@ -25,7 +25,6 @@ target_link_libraries(clickhouse_functions
PRIVATE
${ZLIB_LIBRARIES}
${Boost_FILESYSTEM_LIBRARY}
${CMAKE_DL_LIBS}
)

if (OPENSSL_CRYPTO_LIBRARY)
Expand Down