Fix: don't use ICU on macOS

pull/167/head
Dan Villiom Podlaski Christiansen 4 years ago committed by Charles Pigott
parent 7045186594
commit 04c050f93e

@ -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)

Loading…
Cancel
Save