mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
1
This commit is contained in:
parent
289ba9c361
commit
5de460d3ae
|
@ -90,7 +90,7 @@ if (WITH_ZIM)
|
|||
set(ICU_DEBUG ON)
|
||||
set(ICU_ROOT "/usr/local/opt/icu4c")
|
||||
message(STATUS "ICU_LIBRARIES: $(brew --prefix icu4c)")
|
||||
find_package(ICU REQUIRED COMPONENTS i18n data uc)
|
||||
find_package(ICU COMPONENTS i18n data uc)
|
||||
message(STATUS "ICU_LIBRARIES: ${ICU_LIBRARIES}")
|
||||
|
||||
target_link_libraries(${GOLDENDICT} PRIVATE ${ICU_LIBRARIES})
|
||||
|
|
Loading…
Reference in a new issue