Link abseil

This commit is contained in:
alesapin 2022-01-21 19:40:24 +03:00
parent a7f9377835
commit 061cac4553

View File

@ -346,6 +346,10 @@ if (TARGET ch_contrib::cpuid)
target_link_libraries(clickhouse_common_io PRIVATE ch_contrib::cpuid)
endif()
if (TARGET ch_contrib::abseil_swiss_tables)
dbms_target_link_libraries(PUBLIC abseil_swiss_tables)
endif()
# Make dbms depend on roaring instead of clickhouse_common_io so that roaring itself can depend on clickhouse_common_io
# That way we we can redirect malloc/free functions avoiding circular dependencies
dbms_target_link_libraries(PUBLIC roaring)