summaryrefslogtreecommitdiffstats
path: root/vespaclient-core
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-09-12 10:39:20 +0200
committerHarald Musum <musum@verizonmedia.com>2020-09-12 10:39:20 +0200
commit4179536ade997f1aa9da5e13e2487816d7e86c3d (patch)
tree1a6a361509b52b372dd0c0eb442ed9ec280e9400 /vespaclient-core
parent807761ce70f955f20fcc26dbd4d857e4f0c5fdb2 (diff)
Allow no argument to install_config_definitions
Use src/main/resources/configdefinitions as default when no argument is given
Diffstat (limited to 'vespaclient-core')
-rw-r--r--vespaclient-core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-core/CMakeLists.txt b/vespaclient-core/CMakeLists.txt
index 14909bc4ca1..7bb25e6a420 100644
--- a/vespaclient-core/CMakeLists.txt
+++ b/vespaclient-core/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_config_definitions(src/main/resources/configdefinitions)
+install_config_definitions()