Fix: don't use ICU on macOS

This commit is contained in:
Dan Villiom Podlaski Christiansen 2020-06-04 09:48:59 +02:00 committed by Charles Pigott
parent 7045186594
commit 04c050f93e

View File

@ -40,7 +40,9 @@ if (NOT WIN32)
find_package(Fluidsynth)
find_package(Freetype)
find_package(Fontconfig)
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
if (NOT APPLE)
find_package(ICU OPTIONAL_COMPONENTS i18n lx)
endif (NOT APPLE)
find_package(XDG_basedir)
endif (NOT WIN32)
if (APPLE)