diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-05-24 16:53:32 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-06-06 09:52:38 +1000 |
commit | 76784adcfdfb58d2d23309e5bb1db4b1fc6b6d8a (patch) | |
tree | c0344cec219e2c417d434b5d7748601616c54aaa /tools | |
parent | 07c63d13f3cd9bd41d7335ef9805ffdc4d76957e (diff) |
[depends][native] cmake 3.26.4 and support for apple platforms
This includes changes required to build apple platforms for 3.26.4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/cmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/cmake/Makefile b/tools/depends/native/cmake/Makefile index 1a4dc3ef4d..e6f37b12a0 100644 --- a/tools/depends/native/cmake/Makefile +++ b/tools/depends/native/cmake/Makefile @@ -3,10 +3,10 @@ PLATFORM=$(NATIVEPLATFORM) DEPS = ../../Makefile.include Makefile ../../download-files.include APPNAME=cmake -VERSION=3.21.3 +VERSION=3.26.4 SOURCE=$(APPNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -SHA512=0571b78443906c5ad51fb0fafbd32d565caf628cc150b1190802cb819e8497c108ea6b7ecaa03133df2dbbceb730696d24b4df38468c92088c769ce4076d9e9f +SHA512=fe817c8d5e247db3f0a9a58ee37c466a47220100d9e90711cd5d06c223cef87e41d1a756e75d1537e5f8cd010dcb8971cbeab4684b1ac12bcecf84bf7b720167 include ../../download-files.include # configuration settings |