mirror of https://github.com/getdnsapi/getdns.git
remove quite
This commit is contained in:
parent
2a75e1a9ea
commit
b058dd7bc9
|
@ -28,9 +28,9 @@ This module will set the following variables in your project:
|
||||||
|
|
||||||
#]=======================================================================]
|
#]=======================================================================]
|
||||||
|
|
||||||
find_package(PkgConfig QUIET)
|
find_package(PkgConfig)
|
||||||
if (PKG_CONFIG_FOUND)
|
if (PKG_CONFIG_FOUND)
|
||||||
pkg_check_modules(PkgLibevent IMPORTED_TARGET GLOBAL QUIET libevent>=2)
|
pkg_check_modules(PkgLibevent IMPORTED_TARGET GLOBAL libevent>=2)
|
||||||
message("**** PKG_CONFIG_FOUND is TRUE")
|
message("**** PKG_CONFIG_FOUND is TRUE")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue