summaryrefslogtreecommitdiff
path: root/indra/newview
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/newview
parent8dad411e9055c32a753e575ccd6142073eb27aae (diff)
parent337d2f984ff7f448fdbdc8dc2448e2b67cd23572 (diff)
SL-19623 Merge 'CMake' pull request #150 from Ansariel
Fix CMake files related to ICU4C
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 1f8b937965..840630d422 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1899,7 +1899,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${LLPHYSICSEXTENSIONS_LIBRARIES}
ll::bugsplat
ll::tracy
- ${ICU4C_LIBRARY}
+ ll::icu4u
)
if( TARGET ll::intel_memops )