summaryrefslogtreecommitdiffstats
path: root/config-model/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-08-24 15:32:30 +0000
committerArne Juul <arnej@yahooinc.com>2022-08-25 13:49:56 +0000
commit51f3b07e26b3836aa341cd6740904ae4d8d5f492 (patch)
tree20c631b0e951b8490a9ecf8061b4fa7b55d642c7 /config-model/CMakeLists.txt
parent6e0d300c3cfecb69cfe562e5b7cc19c8622b7be6 (diff)
switch to vespa-deploy in go
Diffstat (limited to 'config-model/CMakeLists.txt')
-rw-r--r--config-model/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/CMakeLists.txt b/config-model/CMakeLists.txt
index 834830587d1..0d9a05160d9 100644
--- a/config-model/CMakeLists.txt
+++ b/config-model/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_jar(config-model-jar-with-dependencies.jar)
-vespa_install_script(src/main/perl/vespa-deploy bin)
-
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa PATTERN ".gitignore" EXCLUDE PATTERN "version" EXCLUDE)
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa/schema/version/8.x PATTERN ".gitignore" EXCLUDE PATTERN "version" EXCLUDE)
# TODO: Remove when Vespa > 8 and no apps are left on 7 in hosted Vespa