aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
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 /vespa-osgi-testrunner
parent807761ce70f955f20fcc26dbd4d857e4f0c5fdb2 (diff)
Allow no argument to install_config_definitions
Use src/main/resources/configdefinitions as default when no argument is given
Diffstat (limited to 'vespa-osgi-testrunner')
-rw-r--r--vespa-osgi-testrunner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-osgi-testrunner/CMakeLists.txt b/vespa-osgi-testrunner/CMakeLists.txt
index 13095c213a3..e9c592c81a9 100644
--- a/vespa-osgi-testrunner/CMakeLists.txt
+++ b/vespa-osgi-testrunner/CMakeLists.txt
@@ -1,3 +1,3 @@
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(vespa-osgi-testrunner)
-install_config_definitions(src/main/resources/configdefinitions)
+install_config_definitions()