diff --git a/cmake/modules/FindLibevent2.cmake b/cmake/modules/FindLibevent2.cmake index 167d1249..00516c0d 100644 --- a/cmake/modules/FindLibevent2.cmake +++ b/cmake/modules/FindLibevent2.cmake @@ -31,7 +31,7 @@ This module will set the following variables in your project: find_package(PkgConfig) if (PKG_CONFIG_FOUND) pkg_check_modules(PkgLibevent IMPORTED_TARGET GLOBAL libevent>=2) - message("**** PKG_CONFIG_FOUND is TRUE") + message("**** PKG_CONFIG_FOUND is TRUE and Build type is " ${CMAKE_BUILD_TYPE}) endif () if (PkgLibevent_FOUND)