Fix a dead link in CMakeLists.txt

This commit is contained in:
David Corbett 2020-10-17 12:32:41 -04:00
parent 9a9da110a5
commit e25aa49a1b

View File

@ -233,7 +233,7 @@ endif ()
if (HB_HAVE_ICU)
add_definitions(-DHAVE_ICU)
# https://github.com/WebKit/webkit/blob/master/Source/cmake/FindICU.cmake
# https://github.com/WebKit/webkit/blob/fdd7733f2f30eab7fe096a9791f98c60f62f49c0/Source/cmake/FindICU.cmake
find_package(PkgConfig)
pkg_check_modules(PC_ICU QUIET icu-uc)