vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | Wed Nov 27 10:30:14 2019 +0100| [7b4a1e4f9423275002e2e967d23197091b8bae0a] | committer: Steve Lhomme
extra/tools: require a newer version of CMake Versions older than 3.13 don't work well with clang to create win32+ucrt targets. (cherry picked from commit 2e2a7f63e7ec909167ca6c3b1122d63b8dc82278) Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=7b4a1e4f9423275002e2e967d23197091b8bae0a --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index c2e0f82551..fd2a97e153 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -94,7 +94,7 @@ check automake 1.15 check m4 1.4.16 check libtool 2.4 check pkg-config -check cmake 3.8.2 +check cmake 3.13.4 check yasm check_tar check ragel _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
