One step back

This commit is contained in:
Alexey Milovidov 2023-11-20 01:15:04 +01:00
parent 241cc2abf4
commit d385217012

View File

@ -35,6 +35,13 @@ if (GLIBC_COMPATIBILITY)
target_link_libraries(global-libs INTERFACE glibc-compatibility ${MEMCPY_LIBRARY})
# TODO: remove it
install(
TARGETS glibc-compatibility ${MEMCPY_LIBRARY}
EXPORT global
ARCHIVE DESTINATION lib
)
message (STATUS "Some symbols from glibc will be replaced for compatibility")
elseif (CLICKHOUSE_OFFICIAL_BUILD)