mirror of https://github.com/getdnsapi/getdns.git
This commit is contained in:
parent
12bca2ac09
commit
d34120ed31
|
@ -30,8 +30,8 @@ This module will set the following variables in your project:
|
||||||
|
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
if (PKG_CONFIG_FOUND)
|
if (PKG_CONFIG_FOUND)
|
||||||
pkg_check_modules(PkgLibevent IMPORTED_TARGET GLOBAL libevent>=2)
|
|
||||||
message("**** PKG_CONFIG_FOUND is TRUE and Build type is " ${CMAKE_BUILD_TYPE})
|
message("**** PKG_CONFIG_FOUND is TRUE and Build type is " ${CMAKE_BUILD_TYPE})
|
||||||
|
pkg_check_modules(PkgLibevent IMPORTED_TARGET GLOBAL libevent>=2)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (PkgLibevent_FOUND)
|
if (PkgLibevent_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue