We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1ec7a commit e1285fbCopy full SHA for e1285fb
build_tools/build_iqtree.sh
@@ -11,7 +11,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
11
gmake -j
12
else
13
echo "Building for linux."
14
- cmake -DBUILD_LIB=ON ..
+ cmake -DBUILD_LIB=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
15
make -j
16
fi
17
0 commit comments