mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix build with unbundled Poco
This commit is contained in:
parent
e90f3033cf
commit
150dd81e3b
@ -77,6 +77,7 @@ target_link_libraries (common
|
||||
Poco::Net
|
||||
Poco::Net::SSL
|
||||
Poco::Util
|
||||
Poco::Foundation
|
||||
replxx
|
||||
|
||||
PRIVATE
|
||||
|
@ -6,6 +6,7 @@ set(CLICKHOUSE_COPIER_SOURCES
|
||||
set (CLICKHOUSE_COPIER_LINK
|
||||
PRIVATE
|
||||
clickhouse_common_zookeeper
|
||||
clickhouse_common_config
|
||||
clickhouse_parsers
|
||||
clickhouse_functions
|
||||
clickhouse_table_functions
|
||||
|
@ -11,8 +11,8 @@ target_include_directories(clickhouse_common_config PUBLIC ${DBMS_INCLUDE_DIR})
|
||||
target_link_libraries(clickhouse_common_config
|
||||
PUBLIC
|
||||
common
|
||||
Poco::XML
|
||||
PRIVATE
|
||||
clickhouse_common_zookeeper
|
||||
Poco::XML
|
||||
string_utils
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user