[vlc-commits] tools: use cmake 3.2.3

Steve Lhomme git at videolan.org
Fri Feb 5 19:27:05 CET 2016


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Sat Jan 30 09:26:33 2016 +0100| [7785d8c27a654d9913eb243cf7df11a14872be51] | committer: Jean-Baptiste Kempf

tools: use cmake 3.2.3

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7785d8c27a654d9913eb243cf7df11a14872be51
---

 extras/tools/bootstrap    |    2 +-
 extras/tools/packages.mak |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index c3c0b80..47c2f3d 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -75,7 +75,7 @@ check automake 1.14
 check m4 1.4.16
 check libtool 2.4
 check pkg-config
-check cmake 3.1.0
+check cmake 3.2.3
 check yasm
 check_tar
 check ragel
diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak
index 4590a73..4093a1b 100644
--- a/extras/tools/packages.mak
+++ b/extras/tools/packages.mak
@@ -7,8 +7,8 @@ YASM_VERSION=1.2.0
 #YASM_URL=$(VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
 YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
 
-CMAKE_VERSION=3.1.0
-CMAKE_URL=http://www.cmake.org/files/v3.1/cmake-$(CMAKE_VERSION).tar.gz
+CMAKE_VERSION=3.2.3
+CMAKE_URL=http://www.cmake.org/files/v3.2/cmake-$(CMAKE_VERSION).tar.gz
 
 LIBTOOL_VERSION=2.4.2
 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz



More information about the vlc-commits mailing list