Skip to content

Commit

Permalink
wabt: Get wabt sources with git
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 29, 2020
1 parent 9111419 commit a7a8ceb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmake/ProjectWabt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ set(wabt_library ${binary_dir}/${CMAKE_STATIC_LIBRARY_PREFIX}wabt${CMAKE_STATIC_
ExternalProject_Add(wabt
EXCLUDE_FROM_ALL 1
PREFIX ${prefix}
DOWNLOAD_NAME wabt-1.0.12.tar.gz
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/WebAssembly/wabt/archive/1.0.12.tar.gz
URL_HASH SHA256=5333949ed4ae63808afa0d1f7d627cd7485ebeec339590571e5f2cb21e304f79
GIT_REPOSITORY https://github.com/WebAssembly/wabt
GIT_TAG 1.0.12
GIT_SUBMODULES ""
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Expand Down

0 comments on commit a7a8ceb

Please sign in to comment.