diff options
author | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-04-19 20:12:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 20:12:48 +0300 |
commit | f78773f0c91d728f7e450c4030ab1ae93145a528 (patch) | |
tree | 017bd903f4bcffe224cdb4ff5d8b42938ae311bd /indra/llcommon | |
parent | 8dad411e9055c32a753e575ccd6142073eb27aae (diff) | |
parent | 337d2f984ff7f448fdbdc8dc2448e2b67cd23572 (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.txt | 2 |
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}) |