[vlc-commits] extra/tools: require a newer version of CMake
Steve Lhomme
git at videolan.org
Thu Jun 18 12:45:57 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 <robux4 at ycbcr.xyz>
> 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
More information about the vlc-commits
mailing list