Don't find harfbuzz [ci build]

This commit is contained in:
halx99 2021-04-28 15:43:27 +08:00
parent 4d532f09a7
commit b45b658dbc
1 changed files with 1 additions and 3 deletions

View File

@ -205,11 +205,9 @@ endif ()
# Find dependencies
set(HARFBUZZ_MIN_VERSION "2.0.0")
set(HARFBUZZ_MIN_VERSION "1.8.0")
if (FT_WITH_HARFBUZZ)
find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION} REQUIRED)
else ()
find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION})
endif ()
if (FT_WITH_PNG)