File tree Expand file tree Collapse file tree 8 files changed +15
-7
lines changed
Expand file tree Collapse file tree 8 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2525 -DBROTLI_SHARED_LIBS=OFF \
2626 -DBROTLI_STATIC_LIBS=ON \
2727 -DBROTLI_DISABLE_TESTS=OFF \
28- -DBROTLI_BUNDLED_MODE=OFF
28+ -DBROTLI_BUNDLED_MODE=OFF \
29+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
2930
3031 cmake --build . --config Release --target install
3132EOF
Original file line number Diff line number Diff line change 2323 -DBUILD_SHARED_LIBS=OFF \
2424 -DBUILD_STATIC_LIBS=ON \
2525 -DENABLE_SHARED=OFF \
26- -DENABLE_STATIC=ON
26+ -DENABLE_STATIC=ON \
27+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
2728
2829EOF
2930 )
Original file line number Diff line number Diff line change 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
3132EOF
3233 )
3334 ->withBinPath ($ liblz4_prefix . '/bin ' )
Original file line number Diff line number Diff line change 3434 -DOpenSSL_ROOT= {$ openssl_prefix } \
3535 -DCRYPTO_BACKEND=OpenSSL \
3636 -DBUILD_TESTING=OFF \
37- -DBUILD_EXAMPLES=OFF
37+ -DBUILD_EXAMPLES=OFF \
38+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3839
3940 cmake --build . --target install
4041EOF
Original file line number Diff line number Diff line change 3636 -DBUILD_SHARED_LIBS=OFF \
3737 -DBUILD_STATIC_LIBS=ON \
3838 -DCMAKE_PREFIX_PATH=" {$ libjpeg_prefix }" \
39+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3940
4041 cmake --build . --config Release
4142
Original file line number Diff line number Diff line change 4444 -DZLIB_ROOT= {$ zlib_prefix } \
4545 -DBZip2_ROOT= {$ bzip2_prefix } \
4646 -DLibLZMA_ROOT= {$ liblzma_prefix } \
47- -DZstd_ROOT= {$ libzstd_prefix }
47+ -DZstd_ROOT= {$ libzstd_prefix } \
48+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
4849
4950EOF
5051 )
Original file line number Diff line number Diff line change 3636 -DZSTD_LZ4_SUPPORT=ON \
3737 -DZLIB_ROOT= {$ zlib_prefix } \
3838 -DLibLZMA_ROOT= {$ liblzma_prefix } \
39- -DLibLZ4_ROOT= {$ liblz4_prefix }
39+ -DLibLZ4_ROOT= {$ liblz4_prefix } \
40+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
4041EOF
4142 )
4243 ->withMakeOptions ('lib ' )
Original file line number Diff line number Diff line change 2626 -DCMAKE_INSTALL_INCLUDEDIR= {$ svt_av1_prefix }/include \
2727 -DCMAKE_BUILD_TYPE=Release \
2828 -DBUILD_SHARED_LIBS=OFF \
29- -DBUILD_STATIC_LIBS=ON
29+ -DBUILD_STATIC_LIBS=ON \
30+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
3031
3132 cmake --build . --config Release
3233
You can’t perform that action at this time.
0 commit comments