Skip to content

Commit fe43efa

Browse files
authored
Merge pull request #696 from ethereum/fix-windows
Fix windows build
2 parents 1637d3b + ceaf180 commit fe43efa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/install-libff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CXXFLAGS="-fPIC"
2727

2828
mkdir -p build
2929
cd build
30-
CXXFLAGS="$CXXFLAGS" cmake "${ARGS[@]}" ..
30+
CXXFLAGS="$CXXFLAGS" cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 "${ARGS[@]}" ..
3131
cmake --build . && cmake --install .

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8080
- Add `--arrays-exp` to cvc5 options.
8181
- We now use Options.Applicative and a rather different way of parsing CLI options.
8282
This should give us much better control over the CLI options and their parsing.
83+
- We now build with -DCMAKE_POLICY_VERSION_MINIMUM=3.5 libff, as cmake deprecated 3.5
8384

8485
## [0.54.2] - 2024-12-12
8586

0 commit comments

Comments
 (0)