summaryrefslogtreecommitdiffstats
path: root/vespa_feed_perf
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2022-05-20 15:16:43 +0200
committerHåkon Hallingstad <hakon@yahooinc.com>2022-05-20 15:16:43 +0200
commit3cb909475ff27332e3bdc85543286b9b95e2523e (patch)
tree71e9263d55ba11ffa68447698fd451d22f3f325f /vespa_feed_perf
parenta9b7eb4521bbe2123ec221b6f52aa60f7abcc5a6 (diff)
install_jar CMake function
Diffstat (limited to 'vespa_feed_perf')
-rw-r--r--vespa_feed_perf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa_feed_perf/CMakeLists.txt b/vespa_feed_perf/CMakeLists.txt
index 094ad04cbea..e7339795fcd 100644
--- a/vespa_feed_perf/CMakeLists.txt
+++ b/vespa_feed_perf/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(vespa_feed_perf)
+install_jar(vespa_feed_perf-jar-with-dependencies.jar)
vespa_install_script(src/main/sh/vespa-feed-perf vespa-feed-perf bin)