mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Using internal memcpy [#CLICKHOUSE-2].
This commit is contained in:
parent
b700af1d27
commit
09002844f2
@ -90,7 +90,8 @@ target_link_libraries (
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${MALLOC_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${RT_LIBRARIES})
|
||||
${RT_LIBRARIES}
|
||||
memcpy)
|
||||
|
||||
if (ENABLE_TESTS)
|
||||
add_subdirectory (src/tests)
|
||||
|
Loading…
Reference in New Issue
Block a user