Skip to content

Commit

Permalink
Upgrade wabt to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 26, 2019
1 parent 72525fe commit baa3a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/ProjectWabt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ set(wabt_library ${binary_dir}/${CMAKE_STATIC_LIBRARY_PREFIX}wabt${CMAKE_STATIC_

ExternalProject_Add(wabt
PREFIX ${prefix}
DOWNLOAD_NAME wabt-1.0.8.tar.gz
DOWNLOAD_NAME wabt-1.0.10.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/WebAssembly/wabt/archive/1.0.8.tar.gz
URL_HASH SHA256=ffaad6de5cfbc5be0c7e78ccd4c0b44bbd1e59eaa38cf50f4245ca04dbda883e
URL https://github.com/WebAssembly/wabt/archive/1.0.10.tar.gz
URL_HASH SHA256=7d143a8c8ee0593517dcc40068204591a8d325b1ca3c0311402bb81d3e5ac90b
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit baa3a87

Please sign in to comment.