Skip to content

Commit

Permalink
Update dependency to latest version (lz4, libevent, gtest) (apache#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored and suica committed Sep 11, 2022
1 parent dd172a8 commit 009827b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(gtest
google/googletest release-1.11.0
MD5=52943a59cefce0ae0491d4d2412c120b
google/googletest release-1.12.1
MD5=2648d4138129812611cf6b6b4b497a3b
)

FetchContent_MakeAvailableWithArgs(gtest
Expand Down
4 changes: 2 additions & 2 deletions cmake/libevent.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(libevent
libevent/libevent release-2.1.11-stable
MD5=b3185885cad72a4fc2f2d2194dfee2cc
libevent/libevent release-2.1.12-stable
MD5=041edf4f20251f429d1674759ab6882c
)

FetchContent_MakeAvailableWithArgs(libevent
Expand Down
4 changes: 2 additions & 2 deletions cmake/lz4.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(lz4
lz4/lz4 v1.9.3
MD5=72defe037b2c3db7a69affe7fe4bffd6
lz4/lz4 v1.9.4
MD5=9c6b76f71921dd986468dcde7c095793
)

FetchContent_GetProperties(lz4)
Expand Down

0 comments on commit 009827b

Please sign in to comment.