Skip to content

Commit

Permalink
Lower libev version requirement
Browse files Browse the repository at this point in the history
libev 4.11 seems to build fine as demonstrated by Travis with autotools.
  • Loading branch information
Lekensteyn committed Mar 13, 2016
1 parent 7f81106 commit a45540f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ find_package(PythonInterp)

# Auto-detection of features that can be toggled
find_package(OpenSSL 1.0.1)
find_package(Libev 4.15)
find_package(Libev 4.11)
find_package(ZLIB 1.2.3)
if(OPENSSL_FOUND AND LIBEV_FOUND AND ZLIB_FOUND)
set(ENABLE_APP_DEFAULT ON)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To build and run the application programs (``nghttp``, ``nghttpd``,
are required:

* OpenSSL >= 1.0.1
* libev >= 4.15
* libev >= 4.11
* zlib >= 1.2.3

ALPN support requires OpenSSL >= 1.0.2 (released 22 January 2015).
Expand Down

0 comments on commit a45540f

Please sign in to comment.