From 3cb909475ff27332e3bdc85543286b9b95e2523e Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Fri, 20 May 2022 15:16:43 +0200 Subject: install_jar CMake function --- zookeeper-command-line-client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zookeeper-command-line-client') diff --git a/zookeeper-command-line-client/CMakeLists.txt b/zookeeper-command-line-client/CMakeLists.txt index 81a100d1b25..8140822388c 100644 --- a/zookeeper-command-line-client/CMakeLists.txt +++ b/zookeeper-command-line-client/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -install_fat_java_artifact(zookeeper-command-line-client) +install_jar(zookeeper-command-line-client-jar-with-dependencies.jar) vespa_install_script(src/main/sh/vespa-zkcat vespa-zkcat bin) vespa_install_script(src/main/sh/vespa-zkcli vespa-zkcli bin) -- cgit v1.2.3