File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
- name : Build with make
52
52
run : |
53
53
git clone https://github.com/conp-solutions/riss riss.git
54
- cmake -Hriss.git -Briss.git/release -DCMAKE_BUILD_TYPE=Release
54
+ cmake -Hriss.git -Briss.git/release -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
55
55
make -C riss.git/release riss-coprocessor-lib-static -j${{env.linux-vcpus}}
56
56
make -C src -j${{env.linux-vcpus}} CXX="ccache g++" LIBS="$PWD/riss.git/release/lib/libriss-coprocessor.a -lpthread" IPASIR=$PWD/riss.git/riss
57
57
make -C jbmc/src -j${{env.linux-vcpus}} CXX="ccache g++" LIBS="$PWD/riss.git/release/lib/libriss-coprocessor.a -lpthread" IPASIR=$PWD/riss.git/riss
Original file line number Diff line number Diff line change 1
1
# Distributed under the OSI-approved MIT License. See accompanying
2
2
# file LICENSE or https://github.com/Crascit/DownloadProject for details.
3
3
4
- cmake_minimum_required (VERSION 2.8.2 )
4
+ cmake_minimum_required (VERSION 3.8 )
5
5
6
6
project (${DL_ARGS_PROJ} -download NONE)
7
7
You can’t perform that action at this time.
0 commit comments