commit | e25aa49a1bcd8f25eeda1846c7daf9b887571d84 | [log] [tgz] |
---|---|---|
author | David Corbett <corbett.dav@northeastern.edu> | Sat Oct 17 12:32:41 2020 -0400 |
committer | David Corbett <corbett.dav@northeastern.edu> | Sat Oct 17 12:32:41 2020 -0400 |
tree | 7edf5488ab74293b7297defc67f25d7f8d5b36cf | |
parent | 9a9da110a54ea03a0bdd1e64fa9ff7a2b98ba53c [diff] |
Fix a dead link in CMakeLists.txt
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e0bc9f..764a41f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -233,7 +233,7 @@ 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)