File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ CXXFLAGS="-fPIC"
27
27
28
28
mkdir -p build
29
29
cd build
30
- CXXFLAGS=" $CXXFLAGS " cmake " ${ARGS[@]} " ..
30
+ CXXFLAGS=" $CXXFLAGS " cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 " ${ARGS[@]} " ..
31
31
cmake --build . && cmake --install .
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
80
- Add ` --arrays-exp ` to cvc5 options.
81
81
- We now use Options.Applicative and a rather different way of parsing CLI options.
82
82
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
83
84
84
85
## [ 0.54.2] - 2024-12-12
85
86
You can’t perform that action at this time.
0 commit comments