aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2022-05-20 22:43:17 +0200
committerGitHub <noreply@github.com>2022-05-20 22:43:17 +0200
commit243a4d6e601c09217edcff35790400b48652047f (patch)
treec65c60fbd62ed454eb7d6d9513b6fc838def0ea4 /config-model
parent37d915ab1872688591a9e9e59c9a3336d8d37e7e (diff)
parent479a1dd853675e5511417e9fd77cd9826c471fe6 (diff)
Merge pull request #22689 from vespa-engine/hakonhall/installjar-cmake-function
install_jar CMake function
Diffstat (limited to 'config-model')
-rw-r--r--config-model/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/CMakeLists.txt b/config-model/CMakeLists.txt
index d23ea29c3d0..8f59bb77ef2 100644
--- a/config-model/CMakeLists.txt
+++ b/config-model/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(config-model)
+install_jar(config-model-jar-with-dependencies.jar)
vespa_install_script(src/main/perl/vespa-deploy bin)
vespa_install_script(src/main/perl/vespa-expand-config.pl bin)