diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2020-11-20 20:02:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 20:02:39 +0100 |
commit | ca77237298680de255238b997d612bacf58d5d9f (patch) | |
tree | b2fa37ea9d88950fe15a888cca57f6f6697bc643 /tools | |
parent | 5f15b01cf129873cf42eb04c2d122652d50353f9 (diff) | |
parent | 57d41356243307ba1d02c7facb2fbaf6ff6e3f45 (diff) |
Merge pull request #18784 from fuzzard/cmake_xcode12.2
[depends] bump cmake 3.18.4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/cmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/cmake/Makefile b/tools/depends/native/cmake/Makefile index 426ebe0628..08607fed34 100644 --- a/tools/depends/native/cmake/Makefile +++ b/tools/depends/native/cmake/Makefile @@ -3,7 +3,7 @@ PLATFORM=$(NATIVEPLATFORM) DEPS= ../../Makefile.include Makefile APPNAME=cmake -VERSION=3.14.5 +VERSION=3.18.4 SOURCE=$(APPNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |