remove quite

This commit is contained in:
Sara Dickinson 2023-06-21 15:02:53 +01:00
parent 2a75e1a9ea
commit b058dd7bc9
1 changed files with 2 additions and 2 deletions

View File

@ -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)
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")
endif ()