Skip to content

Commit

Permalink
Update to weval 0.2.14. (#142)
Browse files Browse the repository at this point in the history
This updates to refer to a new version of weval that has a CI fix so
that Intel Macs get x86-64 binaries, not aarch64 binaries.
  • Loading branch information
cfallin authored Sep 5, 2024
1 parent e6205a5 commit e8761c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/weval.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(WEVAL_VERSION v0.2.12)
set(WEVAL_VERSION v0.2.14)

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

0 comments on commit e8761c3

Please sign in to comment.