vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Jan 16 14:27:08 2015 +0100| [36d8469396bafb588e6adc097d99510cb96bac22] | committer: Hugo Beauzée-Luyssen
tools: Update to cmake 3.1 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36d8469396bafb588e6adc097d99510cb96bac22 --- 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 66305c4..c3c0b80 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 2.8.8 +check cmake 3.1.0 check yasm check_tar check ragel diff --git a/extras/tools/packages.mak b/extras/tools/packages.mak index e8f0b16..6ba5fef 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.0.2 -CMAKE_URL=http://www.cmake.org/files/v3.0/cmake-$(CMAKE_VERSION).tar.gz +CMAKE_VERSION=3.1.0 +CMAKE_URL=http://www.cmake.org/files/v3.1/cmake-$(CMAKE_VERSION).tar.gz LIBTOOL_VERSION=2.4.2 LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
