Skip to content

Commit

Permalink
Update to weval 0.3.2. (#144)
Browse files Browse the repository at this point in the history
This pulls in the latest changes, which mainly revolve around moving
weval into place as a Bytecode Alliance Hosted Project, at its new
repository at
[bytecodealliance/weval](https://github.com/bytecodealliance/weval).
  • Loading branch information
cfallin authored Sep 13, 2024
1 parent ba37afe commit 523d78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/weval.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(WEVAL_VERSION v0.2.14)
set(WEVAL_VERSION v0.3.2)

set(WEVAL_URL https://github.com/cfallin/weval/releases/download/${WEVAL_VERSION}/weval-${WEVAL_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
set(WEVAL_URL https://github.com/bytecodealliance/weval/releases/download/${WEVAL_VERSION}/weval-${WEVAL_VERSION}-${HOST_ARCH}-${HOST_OS}.tar.xz)
CPMAddPackage(NAME weval URL ${WEVAL_URL} DOWNLOAD_ONLY TRUE)
set(WEVAL_DIR ${CPM_PACKAGE_weval_SOURCE_DIR})
set(WEVAL_BIN ${WEVAL_DIR}/weval)

0 comments on commit 523d78d

Please sign in to comment.