Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)

By naming it in a different way, things get a bit confusing.
Especially if we are switching to CMake, which autodetects these
things, we need to use the name the authors of ICU gave it; not
our interpertation of that name.
This commit is contained in:
Patric Stout
2019-03-10 16:46:19 +01:00
parent 52d7e7d45e
commit 36105841b9
6 changed files with 20 additions and 20 deletions

View File

@@ -297,7 +297,7 @@ PREDEFINED = ENABLE_NETWORK \
WITH_PNG \
WITH_FONTCONFIG \
WITH_FREETYPE \
WITH_ICU_SORT \
WITH_ICU_I18N \
WITH_ICU_LX \
UNICODE \
_UNICODE \