diff --git a/cmake/modules/FindLibevent2.cmake b/cmake/modules/FindLibevent2.cmake index 1ae47e29..99b25be0 100644 --- a/cmake/modules/FindLibevent2.cmake +++ b/cmake/modules/FindLibevent2.cmake @@ -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 ()