From b058dd7bc94ac447159343a36f772230ae7c888c Mon Sep 17 00:00:00 2001 From: Sara Dickinson Date: Wed, 21 Jun 2023 15:02:53 +0100 Subject: [PATCH] remove quite --- cmake/modules/FindLibevent2.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ()