aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cmake/patches/150-zstd-libarchive.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/cmake: update to 3.25.1Hannu Nyman2022-12-061-1/+1
| | | | | | | | 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-301-0/+18
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>