try to see the build type

This commit is contained in:
Sara Dickinson 2023-06-21 15:50:30 +01:00
parent df1bbe2811
commit 12bca2ac09
1 changed files with 1 additions and 1 deletions

View File

@ -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)