Skip to content

Commit 7b15850

Browse files
build-ffmpeg: cmake minor version update
1 parent 3e64b45 commit 7b15850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ if $NONFREE_AND_GPL; then
402402
fi
403403

404404
if build "cmake"; then
405-
download "https://cmake.org/files/LatestRelease/cmake-3.20.2.tar.gz"
405+
download "https://cmake.org/files/LatestRelease/cmake-3.21.0.tar.gz"
406406
execute ./configure --prefix="${WORKSPACE}" --parallel="${MJOBS}" -- -DCMAKE_USE_OPENSSL=OFF
407407
execute make -j $MJOBS
408408
execute make install

0 commit comments

Comments
 (0)