Don't use the unofficial libevent component

This commit is contained in:
Fred Sundvik 2022-12-07 16:33:10 +02:00
parent 5195e8be6a
commit 525630ae7a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ find_package(Systemd 209)
find_package(Jansson 2.5)
set(ENABLE_HPACK_TOOLS_DEFAULT ${JANSSON_FOUND})
# 2.0.8 is required because we use evconnlistener_set_error_cb()
find_package(Libevent 2.0.8 COMPONENTS libevent openssl)
find_package(Libevent 2.0.8 COMPONENTS core extra openssl)
set(ENABLE_EXAMPLES_DEFAULT ${LIBEVENT_OPENSSL_FOUND})
find_package(Cython)
find_package(PythonLibs)