aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 20:50:26 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-11 20:51:08 +0000
commit9f13fec939fd0a28547753d122eccd1f2e19785e (patch)
tree274f4944903bdc31efe134e94b1ef7648e390b9c /searchcore/src/apps/proton/CMakeLists.txt
parent0228ffd55f264315531ada146c113aed6efc2f22 (diff)
Do not require icu unless you really need it.
Diffstat (limited to 'searchcore/src/apps/proton/CMakeLists.txt')
-rw-r--r--searchcore/src/apps/proton/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/proton/CMakeLists.txt b/searchcore/src/apps/proton/CMakeLists.txt
index ab7da6a5059..13f04d2d6f4 100644
--- a/searchcore/src/apps/proton/CMakeLists.txt
+++ b/searchcore/src/apps/proton/CMakeLists.txt
@@ -26,4 +26,5 @@ vespa_add_executable(searchcore_proton_app
searchcore_fconfig
searchcore_util
storageserver_storageapp
+ searchlib_searchlib_uca
)