From 8d8636a1fc878c61f7bdee5397ca0638124ed6df Mon Sep 17 00:00:00 2001 From: egorpugin Date: Sun, 6 Sep 2015 21:42:47 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)