We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d4d88 commit 4717000Copy full SHA for 4717000
extras/tools/bootstrap
@@ -75,7 +75,7 @@ check automake 1.14
75
check m4 1.4.16
76
check libtool 2.4
77
check pkg-config
78
-check cmake 3.2.3
+check cmake 3.4.3
79
check yasm
80
check_tar
81
check ragel
extras/tools/packages.mak
@@ -7,8 +7,8 @@ YASM_VERSION=1.2.0
7
#YASM_URL=$(VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
8
YASM_URL=http://www.tortall.net/projects/yasm/releases/yasm-$(YASM_VERSION).tar.gz
9
10
-CMAKE_VERSION=3.2.3
11
-CMAKE_URL=http://www.cmake.org/files/v3.2/cmake-$(CMAKE_VERSION).tar.gz
+CMAKE_VERSION=3.4.3
+CMAKE_URL=http://www.cmake.org/files/v3.4/cmake-$(CMAKE_VERSION).tar.gz
12
13
LIBTOOL_VERSION=2.4.2
14
LIBTOOL_URL=$(GNU)/libtool/libtool-$(LIBTOOL_VERSION).tar.gz
0 commit comments