We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090e022 commit 8eb7770Copy full SHA for 8eb7770
scripts/downloadAndBuildMtocpp.sh
@@ -43,7 +43,7 @@ if [ ! -d "mtocpp-master" ]; then
43
44
if command -v cmake &> /dev/null; then
45
echo "Building mtocpp using CMake..."
46
- cd mtocpp-master/build && cmake .. && make mtocpp mtocpp_post
+ cd mtocpp-master/build && cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. && make mtocpp mtocpp_post
47
if [ $? -ne 0 ] ; then
48
exit 1
49
fi
0 commit comments