aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2022-06-10 17:15:38 +0200
committerGitHub <noreply@github.com>2022-06-10 17:15:38 +0200
commit66b76e70069d5b0464ce9ade2936edd36c650f9c (patch)
treec6a597fc007ebe3a66b7fb40855ef49b3b1df827 /config-model
parentf80577a1288bcf896977f38016b432283911a21b (diff)
Update config-model/CMakeLists.txt
Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
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 73a4886c378..ffa896d8524 100644
--- a/config-model/CMakeLists.txt
+++ b/config-model/CMakeLists.txt
@@ -6,4 +6,4 @@ vespa_install_script(src/main/perl/vespa-deploy bin)
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa PATTERN ".gitignore" EXCLUDE)
install(DIRECTORY src/main/resources/schema DESTINATION share/vespa/schema/version/8.x PATTERN ".gitignore" EXCLUDE)
# TODO: Remove when Vespa > 8 and no apps are left on 7 in hosted Vespa
-install(DIRECTORY src/main/resources/schema/version/7.x DESTINATION share/vespa/schema/version/7.x/schema PATTERN ".gitignore" EXCLUDE)
+install(DIRECTORY src/main/resources/schema/version/7.x/ DESTINATION share/vespa/schema/version/7.x/schema PATTERN ".gitignore" EXCLUDE)