[vlc-devel] [PATCH 3.0 6/6] extra/tools: require a newer version of CMake

Steve Lhomme robux4 at ycbcr.xyz
Wed Jun 17 12:57:25 CEST 2020


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>
---
 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
-- 
2.26.2



More information about the vlc-devel mailing list