Skip to content

Commit 4717000

Browse files
robUx4jbkempf
authored andcommitted
tools: update cmake to 3.4.3
-- has the advantage of building on mingw without a patch deprecates https://patches.videolan.org/patch/12210/ Signed-off-by: Jean-Baptiste Kempf <[email protected]>
1 parent c7d4d88 commit 4717000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extras/tools/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ check automake 1.14
7575
check m4 1.4.16
7676
check libtool 2.4
7777
check pkg-config
78-
check cmake 3.2.3
78+
check cmake 3.4.3
7979
check yasm
8080
check_tar
8181
check ragel

extras/tools/packages.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ YASM_VERSION=1.2.0
77
#YASM_URL=$(VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
88
YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
99

10-
CMAKE_VERSION=3.2.3
11-
CMAKE_URL=http://www.cmake.org/files/v3.2/cmake-$(CMAKE_VERSION).tar.gz
10+
CMAKE_VERSION=3.4.3
11+
CMAKE_URL=http://www.cmake.org/files/v3.4/cmake-$(CMAKE_VERSION).tar.gz
1212

1313
LIBTOOL_VERSION=2.4.2
1414
LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz

0 commit comments

Comments
 (0)