Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/cmake: update to 3.25.1 | Hannu Nyman | 2022-12-06 | 1 | -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-dev | Rosen Penev | 2022-09-30 | 1 | -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> |