fix linux build [ci build]

This commit is contained in:
halx99 2021-04-28 15:30:24 +08:00
parent 100f23990b
commit 4d532f09a7
1 changed files with 1 additions and 1 deletions

View File

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