From 0c253e68944d46ffd4ca63e36fcaffa6f850f7c0 Mon Sep 17 00:00:00 2001 From: Nikita Mikhaylov Date: Tue, 26 Nov 2024 17:03:55 +0000 Subject: [PATCH] Fix build --- programs/zookeeper-dump-tree/CMakeLists.txt | 1 + programs/zookeeper-remove-by-list/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/programs/zookeeper-dump-tree/CMakeLists.txt b/programs/zookeeper-dump-tree/CMakeLists.txt index b29094da2b5..aec8c8dd26c 100644 --- a/programs/zookeeper-dump-tree/CMakeLists.txt +++ b/programs/zookeeper-dump-tree/CMakeLists.txt @@ -2,6 +2,7 @@ set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_SOURCES ZooKeeperDumpTree.cpp) set (CLICKHOUSE_ZOOKEEPER_DUMP_TREE_LINK PRIVATE + clickhouse_common_zookeeper_base clickhouse_common_zookeeper_no_log clickhouse_common_io dbms diff --git a/programs/zookeeper-remove-by-list/CMakeLists.txt b/programs/zookeeper-remove-by-list/CMakeLists.txt index 50cdb24a0cc..a0463e43893 100644 --- a/programs/zookeeper-remove-by-list/CMakeLists.txt +++ b/programs/zookeeper-remove-by-list/CMakeLists.txt @@ -2,6 +2,7 @@ set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_SOURCES ZooKeeperRemoveByList.cpp) set (CLICKHOUSE_ZOOKEEPER_REMOVE_BY_LIST_LINK PRIVATE + clickhouse_common_zookeeper_base clickhouse_common_zookeeper_no_log clickhouse_common_io dbms