This commit is contained in:
Ivailo Monev 2023-07-15 02:18:57 +03:00
commit a99e23a194

View file

@ -10,7 +10,7 @@
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
find_package(PkgConfig REQUIRED)
pkg_check_modules(PC_DJVULIBRE ddjvuapi)
pkg_check_modules(PC_DJVULIBRE QUIET ddjvuapi)
set(DJVULIBRE_VERSION ${PC_DJVULIBRE_VERSION})