Skip to content
Snippets Groups Projects
Commit 97c3cb6b authored by Pawel Orlowicz's avatar Pawel Orlowicz
Browse files

fix icu linking: added linking against icui18n

parent acedd887
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ find_package(ICU REQUIRED) ...@@ -14,7 +14,7 @@ find_package(ICU REQUIRED)
include_directories(${ICU_INCLUDE_DIR}) include_directories(${ICU_INCLUDE_DIR})
link_directories(${ICU_LIBRARY_DIRS}) link_directories(${ICU_LIBRARY_DIRS})
if(UNIX) if(UNIX)
set(LIBS ${LIBS} icuuc icuio ) set(LIBS ${LIBS} icuuc icuio icui18n)
else(UNIX) else(UNIX)
set(LIBS ${LIBS} icuuc icuio icutu icuin) set(LIBS ${LIBS} icuuc icuio icutu icuin)
endif(UNIX) endif(UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment