mirror of https://github.com/PCSX2/pcsx2.git
cmake: Fix issue with Harfbuzz not being found
This commit is contained in:
parent
9319ed1afb
commit
5a5dc7f67f
|
@ -195,8 +195,8 @@ endif()
|
||||||
|
|
||||||
find_package(HarfBuzz)
|
find_package(HarfBuzz)
|
||||||
|
|
||||||
if(HARFBUZZ_FOUND)
|
if(HarfBuzz_FOUND)
|
||||||
include_directories(${HARFBUZZ_INCLUDE_DIRS})
|
include_directories(${HarfBuzz_INCLUDE_DIRS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue