aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake/patches/150-zstd-libarchive.patch
Commit message (Collapse)AuthorAge
* tools/cmake: update to 3.29.0Nick Hainke2024-03-29
| | | | | | | | | | | | Changelog: - https://www.kitware.com/cmake-3-29-0-available-for-download/ Refresh patches: - 120-curl-fix-libressl-linking.patch - 130-bootstrap_parallel_make_flag.patch - 150-zstd-libarchive.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* tools/cmake: update to 3.27.1Rosen Penev2023-08-02
| | | | | | Fix zstd linking again. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/cmake: update to 3.25.1Hannu Nyman2022-12-06
| | | | | | | | Update cmake to version 3.25.1 * refresh patches Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/cmake: fix compilation with host libzstd-devRosen Penev2022-09-30
cmake's find_package looks at host paths first for some reason. Switch to using pkgconfig for the search, matching other modules. Fixes: 3848cf458ef9 ("tools/cmake: Build without some included libs") Signed-off-by: Rosen Penev <rosenp@gmail.com>