summaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/140-zlib.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/cmake: Update to 3.30.2Hannu Nyman2024-08-131-1/+1
| | | | | | | | | Update cmake to version 3.30.2 Release notes: https://cmake.org/cmake/help/v3.30/release/3.30.html Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Link: https://github.com/openwrt/openwrt/pull/16059 Signed-off-by: Robert Marko <robimarko@gmail.com>
* tools/cmake: bump to 3.26.0Linhui Liu2023-03-201-1/+1
| | | | | | | Release Notes: https://cmake.org/cmake/help/v3.26/release/3.26.html Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
* tools/cmake: Build without some included libsRosen Penev2022-09-291-0/+20
Saves a little bit of time when compiling cmake. Added patches to fix searching liblzma and zlib. The issue is that because pkgconfig is not used, the system libraries get used. Signed-off-by: Rosen Penev <rosenp@gmail.com>