diff options
author | davilla <davilla@4pi.com> | 2012-05-07 15:28:11 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-05-07 15:28:58 -0400 |
commit | 156e89dea701469347d0a97481972ea4d20767b1 (patch) | |
tree | abf74ee20808a4ef95901c1674084f2c04c97da9 /tools/darwin/depends | |
parent | 8eeb406ed8e7718fa4deaf4475528310926b3cec (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/Makefile | 3 |
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) |