diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-19 20:31:37 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-19 20:31:37 +0300 |
commit | dc5ef88e314d201f8f15be33d3517f45c4af2878 (patch) | |
tree | 1980351e3c733483b03108d923ba0aa54d72a434 /indra/newview/CMakeLists.txt | |
parent | f78773f0c91d728f7e450c4030ab1ae93145a528 (diff) |
SL-19623 Updated contributions
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 840630d422..0f4cdefae9 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 - ll::icu4u + ll::icu4c ) if( TARGET ll::intel_memops ) |