summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchlib/src/vespa/searchlib/uca/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/uca/CMakeLists.txt b/searchlib/src/vespa/searchlib/uca/CMakeLists.txt
index a04add4bfee..c3f469e59ac 100644
--- a/searchlib/src/vespa/searchlib/uca/CMakeLists.txt
+++ b/searchlib/src/vespa/searchlib/uca/CMakeLists.txt
@@ -1,4 +1,5 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+find_package(ICU 60.0 REQUIRED COMPONENTS uc i18n)
vespa_add_library(searchlib_searchlib_uca
SOURCES
ucaconverter.cpp
@@ -6,6 +7,6 @@ vespa_add_library(searchlib_searchlib_uca
INSTALL lib64
DEPENDS
searchlib
- icui18n
- icuuc
+ ICU::i18n
+ ICU::uc
)