diff --git a/CMakeLists.txt b/CMakeLists.txt index bb0f848ab..8565cf295 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)