Skip to content

Commit e1285fb

Browse files
committed
DEV: add minimum cmake version
1 parent 7e1ec7a commit e1285fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/build_iqtree.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
1111
gmake -j
1212
else
1313
echo "Building for linux."
14-
cmake -DBUILD_LIB=ON ..
14+
cmake -DBUILD_LIB=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
1515
make -j
1616
fi
1717

0 commit comments

Comments
 (0)