aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin/depends
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-05-07 15:28:11 -0400
committerdavilla <davilla@4pi.com>2012-05-07 15:28:58 -0400
commit156e89dea701469347d0a97481972ea4d20767b1 (patch)
treeabf74ee20808a4ef95901c1674084f2c04c97da9 /tools/darwin/depends
parent8eeb406ed8e7718fa4deaf4475528310926b3cec (diff)
[osx/ios] bump cmake from 2.8.4 to 2.8.8
Diffstat (limited to 'tools/darwin/depends')
-rw-r--r--tools/darwin/depends/cmake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/darwin/depends/cmake/Makefile b/tools/darwin/depends/cmake/Makefile
index d1755b1784..94aeb84684 100644
--- a/tools/darwin/depends/cmake/Makefile
+++ b/tools/darwin/depends/cmake/Makefile
@@ -2,9 +2,10 @@ include ../Makefile.include
# lib name, version
APPNAME=cmake
-VERSION=2.8.4
+VERSION=2.8.8
SOURCE=$(APPNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
+BASE_URL=http://www.cmake.org/files/v2.8
# configuration settings
export PATH:=$(TOOLCHAIN)/bin:$(PATH)