Skip to content

Commit

Permalink
tools: Update to cmake 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Feb 27, 2015
1 parent 4c3edf2 commit 36d8469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/tools/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions extras/tools/packages.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d8469

Please sign in to comment.