Skip to content

Commit 075bf64

Browse files
committed
libz4 添加 -DCMAKE_POLICY_VERSION_MINIMUM=3.5
1 parent 320da1d commit 075bf64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/src/builder/library/liblz4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
-DBUILD_STATIC_LIBS=ON \
2828
-DLZ4_POSITION_INDEPENDENT_LIB=ON \
2929
-DLZ4_BUILD_LEGACY_LZ4C=ON \
30-
-DLZ4_BUILD_CLI=ON
30+
-DLZ4_BUILD_CLI=ON \
31+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
3132
EOF
3233
)
3334
->withBinPath($liblz4_prefix . '/bin')

0 commit comments

Comments
 (0)