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

Steve Lhomme robux4 at ycbcr.xyz
Wed Nov 27 10:30:30 CET 2019


Versions older than 3.13 don't work well with clang to create win32+ucrt
targets.
---
 extras/tools/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 06a62f511d8..007c5b381bf 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
-- 
2.17.1



More information about the vlc-devel mailing list