From 361417bea1cf05564f5cdaa008b411b4ae5a9dcc Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 10 Aug 2020 02:18:07 +0300 Subject: [PATCH] Fix "split" build --- programs/install/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/install/CMakeLists.txt b/programs/install/CMakeLists.txt index 4b9817e0d37..79f9558ccbb 100644 --- a/programs/install/CMakeLists.txt +++ b/programs/install/CMakeLists.txt @@ -8,5 +8,4 @@ set (CLICKHOUSE_INSTALL_LINK readpassphrase ) -clickhouse_program_add(install) - +clickhouse_program_add_library(install)