summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorakleshchev <117672381+akleshchev@users.noreply.github.com>2023-04-19 20:12:48 +0300
committerGitHub <noreply@github.com>2023-04-19 20:12:48 +0300
commitf78773f0c91d728f7e450c4030ab1ae93145a528 (patch)
tree017bd903f4bcffe224cdb4ff5d8b42938ae311bd /indra/llcommon
parent8dad411e9055c32a753e575ccd6142073eb27aae (diff)
parent337d2f984ff7f448fdbdc8dc2448e2b67cd23572 (diff)
SL-19623 Merge 'CMake' pull request #150 from Ansariel
Fix CMake files related to ICU4C
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 620b2c636c..0dcdf7f7cd 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -265,7 +265,6 @@ add_library (llcommon ${llcommon_SOURCE_FILES})
target_link_libraries(
llcommon
- ${ICU4C_LIBRARY}
ll::apr
ll::expat
ll::jsoncpp
@@ -274,6 +273,7 @@ target_link_libraries(
ll::uriparser
ll::oslibraries
ll::tracy
+ ll::icu4c
)
target_include_directories(llcommon INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})