Skip to content

Commit 7436366

Browse files
author
Vitaly Baranov
committed
ClickHouse: Remove dependency on "m" to remove dependency on log2f@GLIBC_2.27, logf@GLIBC_2.27.
1 parent 4311126 commit 7436366

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ elseif(UNIX)
266266
set(_gRPC_ALLTARGETS_LIBRARIES ${CMAKE_DL_LIBS} rt m pthread)
267267
endif()
268268

269+
list(REMOVE_ITEM _gRPC_ALLTARGETS_LIBRARIES m)
270+
269271
if(WIN32)
270272
set(_gRPC_BASELIB_LIBRARIES wsock32 ws2_32 crypt32)
271273
endif()

0 commit comments

Comments
 (0)