cmake: find libuv pkgconfig non-QUIET

This commit is contained in:
Anonymous Maarten 2021-05-28 23:03:41 +02:00
parent 6eb1a6790a
commit de2137562d
1 changed files with 3 additions and 3 deletions
cmake/modules

View File

@ -30,7 +30,7 @@ This module will set the following variables in your project:
find_package(PkgConfig QUIET)
if (PKG_CONFIG_FOUND)
pkg_check_modules(PkgLibuv IMPORTED_TARGET GLOBAL QUIET libuv)
pkg_check_modules(PkgLibuv IMPORTED_TARGET GLOBAL libuv)
endif ()
if (PkgLibuv_FOUND)