Skip to content

Commit 8d8636a

Browse files
committed
Update CMakeLists.txt
1 parent e5fad64 commit 8d8636a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(VERSION_PLAIN ${VERSION_MAJOR}.${VERSION_MINOR})
4747
find_package(Leptonica 1.72 REQUIRED)
4848

4949
find_package(ICU COMPONENTS uc i18n)
50-
find_package(PkgConfig QUIET)
50+
find_package(PkgConfig)
5151
pkg_check_modules(Pango pango)
5252
pkg_check_modules(Cairo cairo)
5353
pkg_check_modules(PangoFt2 pangoft2)

0 commit comments

Comments
 (0)