You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Details
Building on Ubuntu 16.04.
The problem seems to be that libevent creates its configuration files with name prefix "Libevent" (like LibeventConfig.cmake), but evhtp uses "find_package(LibEvent REQUIRED)" here https://github.com/criticalstack/libevhtp/blob/1.2.18/CMakeLists.txt#L57.
It should be "find_package(Libevent REQUIRED)". Note the lower-case 'e'.
Steps or code to reproduce the problem.
cmake will fail saying it can't find LIBEVENT_INCLUDE_DIR and other libevent artifacts.
Builds correctly...
Version
1.2.18
The text was updated successfully, but these errors were encountered: