vlc | branch: master | Steve Lhomme <[email protected]> | Wed Nov 27 10:30:14 2019 +0100| [2e2a7f63e7ec909167ca6c3b1122d63b8dc82278] | 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. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e2a7f63e7ec909167ca6c3b1122d63b8dc82278 --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index 06a62f511d..007c5b381b 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -133,7 +133,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
