Skip to content

Commit

Permalink
fix unused (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruslan Tushov <[email protected]>
  • Loading branch information
turuslan and Ruslan Tushov authored Aug 21, 2023
1 parent 218c1ef commit ae7fa9e
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 @@ -530,7 +530,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.11)
hunter_default_version(wavm VERSION 1.0.12)
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 @@ -108,6 +108,17 @@ hunter_add_version(
2198b3e7c5ab49f57867f84bf6337efd025fd55e
)

hunter_add_version(
PACKAGE_NAME
wavm
VERSION
1.0.12
URL
"https://github.com/soramitsu/WAVM/archive/refs/tags/1.0.12.zip"
SHA1
97f9003fa39970969ffb6a2d5e9fc2551cae3c0c
)

hunter_cmake_args(
wavm
CMAKE_ARGS
Expand Down

0 comments on commit ae7fa9e

Please sign in to comment.