Skip to content

Commit

Permalink
Merge pull request ruslo#1389 from isaachier/Libevent
Browse files Browse the repository at this point in the history
Update Libevent
  • Loading branch information
ruslo authored Mar 23, 2018
2 parents 6b172d0 + db1e5b9 commit 334f606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ hunter_config(Leptonica VERSION 1.74.2-p4)
hunter_config(LibCDS VERSION 2.3.1)
hunter_config(Libcxx VERSION 3.6.2) # Clang
hunter_config(Libcxxabi VERSION 3.6.2) # Clang
hunter_config(Libevent VERSION 2.1.8-p3)
hunter_config(Libevent VERSION 2.1.8-p4)
hunter_config(lcms VERSION 2.9-p0)
hunter_config(libffi VERSION 3.2.1)
hunter_config(librtmp VERSION 2.4.0-p0)
Expand Down
6 changes: 6 additions & 0 deletions cmake/projects/Libevent/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ hunter_add_version(
URL "https://github.com/hunter-packages/libevent/archive/v2.1.8-p3.tar.gz"
SHA1 "c6a1b1ffe52d73d9cf5c6ed2088708f8e6a093fe")

hunter_add_version(
PACKAGE_NAME Libevent
VERSION "2.1.8-p4"
URL "https://github.com/hunter-packages/libevent/archive/v2.1.8-p4.tar.gz"
SHA1 "a969958d9064c44338d78b097975a14c46501c03")

hunter_cmake_args(Libevent CMAKE_ARGS
EVENT__DISABLE_TESTS=ON
EVENT__DISABLE_SAMPLES=ON
Expand Down

0 comments on commit 334f606

Please sign in to comment.