Skip to content

Commit

Permalink
ClickHouse: Remove dependency on "m" to remove dependency on log2f@GL…
Browse files Browse the repository at this point in the history
…IBC_2.27, logf@GLIBC_2.27.
  • Loading branch information
Vitaly Baranov committed Nov 16, 2020
1 parent 4311126 commit 7436366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ elseif(UNIX)
set(_gRPC_ALLTARGETS_LIBRARIES ${CMAKE_DL_LIBS} rt m pthread)
endif()

list(REMOVE_ITEM _gRPC_ALLTARGETS_LIBRARIES m)

if(WIN32)
set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
endif()
Expand Down

0 comments on commit 7436366

Please sign in to comment.