mirror of https://github.com/axmolengine/axmol.git
fix linux build [ci build]
This commit is contained in:
parent
100f23990b
commit
4d532f09a7
|
@ -205,7 +205,7 @@ endif ()
|
||||||
|
|
||||||
|
|
||||||
# Find dependencies
|
# Find dependencies
|
||||||
set(HARFBUZZ_MIN_VERSION "1.8.0")
|
set(HARFBUZZ_MIN_VERSION "2.0.0")
|
||||||
if (FT_WITH_HARFBUZZ)
|
if (FT_WITH_HARFBUZZ)
|
||||||
find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION} REQUIRED)
|
find_package(HarfBuzz ${HARFBUZZ_MIN_VERSION} REQUIRED)
|
||||||
else ()
|
else ()
|
||||||
|
|
Loading…
Reference in New Issue