[CMake] nativ harfbuzz don't publish a version. Therefore we can't depend on it. 4645c3b47c/CMakeLists.txt (L686)
and following
This commit is contained in:
parent
8714432a67
commit
a0525ddd26
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ endif()
|
||||||
mapnik_find_package(Freetype REQUIRED)
|
mapnik_find_package(Freetype REQUIRED)
|
||||||
|
|
||||||
# try to find harfbuzz with the native configuration and fallback to our "own" FindHarfBuzz
|
# try to find harfbuzz with the native configuration and fallback to our "own" FindHarfBuzz
|
||||||
mapnik_find_package(harfbuzz ${HARFBUZZ_MIN_VERSION} CONFIG QUIET)
|
mapnik_find_package(harfbuzz CONFIG QUIET)
|
||||||
if(harfbuzz_FOUND)
|
if(harfbuzz_FOUND)
|
||||||
message(STATUS "Found harfbuzz native cmake")
|
message(STATUS "Found harfbuzz native cmake")
|
||||||
list(APPEND MAPNIK_OPTIONAL_LIBS harfbuzz::harfbuzz)
|
list(APPEND MAPNIK_OPTIONAL_LIBS harfbuzz::harfbuzz)
|
||||||
|
|
Loading…
Reference in a new issue