]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
cmake: probe for a system 7-Zip/LZMA SDK before fetching
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 12 Jun 2026 15:23:15 +0000 (08:23 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 17 Jun 2026 19:27:31 +0000 (12:27 -0700)
commitdffef38ec9ed66fb51df795498ceb4914269883b
tree5ba1f3a664cf1926ccd9fecb3d46c5abf836758f
parent45351102210fbf851144bc795e59e5199b8bf1e8
cmake: probe for a system 7-Zip/LZMA SDK before fetching

Requested by the openSUSE packager: distributions ship the SDK sources
(lzma-sdk-devel), so the vendored lzma1604.7z download is unnecessary
there. Probe WINUAE_LZMA_SDK_SYSTEM_PATHS (common /usr locations,
overridable) for an installed SDK source tree before falling back to
WINUAE_LZMA_SDK_DIR and the fetch. Candidates must provide the C
sources, not just headers, since the SDK is compiled into the build.
CMakeLists.txt
README_unix.md