Skip to content

Commit

Permalink
Updated wavm version (gcc-12 fix) (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Ponomarev <ponomarev@soramitsu.co.jp>
  • Loading branch information
GaroRobe and Artem Ponomarev authored Jul 14, 2022
1 parent 1849218 commit 7accab8
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -529,7 +529,7 @@ hunter_default_version(uuid VERSION 1.0.3)
hunter_default_version(v8 VERSION 7.4.98-p3)
hunter_default_version(vectorial VERSION 0.0.0-ae7dc88-p0)
hunter_default_version(vorbis VERSION 1.3.6-p1)
hunter_default_version(wavm VERSION 1.0.3)
hunter_default_version(wavm VERSION 1.0.4)
hunter_default_version(websocketpp VERSION 0.8.1-p0)
hunter_default_version(wt VERSION 4.0.4-p0)
hunter_default_version(wxWidgets VERSION 3.0.2)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/wavm/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
67cafaec3c810a5e8d7bb9416148d7532a0071ed
)

hunter_add_version(
PACKAGE_NAME
wavm
VERSION
1.0.4
URL
"https://github.com/soramitsu/WAVM/archive/refs/tags/1.0.4.zip"
SHA1
919aafc29dae892bf4eacd724e7058ad00ca8b8e
)

hunter_cmake_args(
wavm
CMAKE_ARGS
Expand Down

0 comments on commit 7accab8

Please sign in to comment.