Using internal memcpy [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-09-15 08:06:52 +03:00
parent b700af1d27
commit 09002844f2

View File

@ -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)