mirror of https://github.com/getdnsapi/getdns.git
cmake: find libuv pkgconfig non-QUIET
This commit is contained in:
parent
6eb1a6790a
commit
de2137562d
cmake/modules
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue