summaryrefslogtreecommitdiffstats
path: root/chain
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-27 14:28:18 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-27 14:28:18 +0200
commitf7f9cfbd65b56d15272c8eda98b5c60cf9f57524 (patch)
tree4aad8620db931e988a1d873d5ff74ab778f4a39d /chain
parentc3da3d8038290788613cf8189fdcf3ae154b7b2d (diff)
Create function to install config definitions.
Diffstat (limited to 'chain')
-rw-r--r--chain/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/chain/CMakeLists.txt b/chain/CMakeLists.txt
index c6c50c46639..3b5b5fd2c99 100644
--- a/chain/CMakeLists.txt
+++ b/chain/CMakeLists.txt
@@ -1,3 +1,2 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install(FILES src/main/resources/configdefinitions/chains.def RENAME container.core.chains.def
- DESTINATION var/db/vespa/config_server/serverdb/classes)
+install_config_definition(src/main/resources/configdefinitions/chains.def container.core.chains.def)