Removed useless library [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-05-11 03:56:31 +03:00
parent 471eb5c8ca
commit ed70e468f9

View File

@ -1,8 +1,10 @@
if (APPLE)
# lib from libs/libcommon
set (RT_LIBRARY "apple_rt")
else ()
elseif (ARCH_FREEBSD)
find_library (RT_LIBRARY rt)
else ()
set (RT_LIBRARY "")
endif ()
message(STATUS "Using rt: ${RT_LIBRARY}")