summaryrefslogtreecommitdiffstats
path: root/container-search-and-docproc
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 /container-search-and-docproc
parent807761ce70f955f20fcc26dbd4d857e4f0c5fdb2 (diff)
Allow no argument to install_config_definitions
Use src/main/resources/configdefinitions as default when no argument is given
Diffstat (limited to 'container-search-and-docproc')
-rw-r--r--container-search-and-docproc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search-and-docproc/CMakeLists.txt b/container-search-and-docproc/CMakeLists.txt
index aef014583f5..a8a374d7feb 100644
--- a/container-search-and-docproc/CMakeLists.txt
+++ b/container-search-and-docproc/CMakeLists.txt
@@ -1,4 +1,4 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(container-search-and-docproc)
-install_config_definitions(src/main/resources/configdefinitions)
+install_config_definitions()