Update CMakeLists.txt

This commit is contained in:
egorpugin 2015-09-06 21:42:47 +03:00
parent e5fad6432e
commit 8d8636a1fc

View File

@ -47,7 +47,7 @@ set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
find_package(Leptonica 1.72 REQUIRED)
find_package(ICU COMPONENTS uc i18n)
find_package(PkgConfig QUIET)
find_package(PkgConfig)
pkg_check_modules(Pango pango)
pkg_check_modules(Cairo cairo)
pkg_check_modules(PangoFt2 pangoft2)