mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +00:00
LibUnicode: Specify ICU 76 in LibUnicode/CMakeLists.txt
We upgraded to ICU 76 in 6a564376fc
. This
CMakeLists.txt should have been updated to match.
This commit is contained in:
parent
b62a4a1a89
commit
010463c424
Notes:
github-actions[bot]
2025-03-01 20:10:37 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/010463c4240 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3754
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})
|
|||
|
||||
serenity_lib(LibUnicode unicode)
|
||||
|
||||
find_package(ICU 74 REQUIRED COMPONENTS data i18n uc)
|
||||
find_package(ICU 76 REQUIRED COMPONENTS data i18n uc)
|
||||
target_link_libraries(LibUnicode PRIVATE ICU::i18n ICU::uc ICU::data)
|
||||
|
|
Loading…
Add table
Reference in a new issue