Skip to content

Commit

Permalink
Hunter update v0.23.257-soramitsu38
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <iceseer@gmail.com>

# Conflicts:
#	cmake/Hunter/hunter-gate-url.cmake
  • Loading branch information
iceseer committed Nov 28, 2022
1 parent b932c6c commit 8dd064f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HunterGate(
URL https://github.com/soramitsu/soramitsu-hunter/archive/refs/tags/v0.23.257-soramitsu36.zip
SHA1 63f689168cef33e653f4f5a21cf70936338a243b
URL "https://github.com/soramitsu/soramitsu-hunter/archive/refs/tags/v0.23.257-soramitsu38.zip"
SHA1 "750757012e366941c9c677d8acbe5eebc6f71a63"
LOCAL
)
3 changes: 3 additions & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ find_package(RapidJSON CONFIG REQUIRED)
hunter_add_package(Microsoft.GSL)
find_package(Microsoft.GSL CONFIG REQUIRED)

hunter_add_package(erasure_coding_crust)
find_package(erasure_coding_crust CONFIG REQUIRED)

hunter_add_package(schnorrkel_crust)
find_package(schnorrkel_crust CONFIG REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions cmake/kagomeConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ find_dependency(Boost REQUIRED random filesystem date_time)
find_dependency(soralog REQUIRED)
find_dependency(libp2p REQUIRED)
find_dependency(xxhash REQUIRED)
find_dependency(erasure_coding_crust REQUIRED)
find_dependency(schnorrkel_crust REQUIRED)
find_dependency(zstd REQUIRED)
find_dependency(libsecp256k1 REQUIRED)
Expand Down

0 comments on commit 8dd064f

Please sign in to comment.