mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
1
This commit is contained in:
parent
61366e1a3c
commit
f22085d1e8
|
@ -100,7 +100,7 @@ if (WITH_ZIM)
|
|||
# 设置 CMAKE_PREFIX_PATH
|
||||
set(ICU_DEBUG ON)
|
||||
set(ICU_ROOT "${BREW_OUTPUT}")
|
||||
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