[cmake] force bundled zstd on Apple
All checks were successful
eden-license / license-header (pull_request) Successful in 28s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-26 13:46:13 -04:00 committed by lizzie
parent 6ae406332c
commit 43f040ff40
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -451,6 +451,7 @@ if (YUZU_USE_CPM)
"ZSTD_BUILD_SHARED OFF"
"ZSTD_BUILD_STATIC ON"
EXCLUDE_FROM_ALL ON
BUNDLED_PACKAGE ${APPLE}
)
if (zstd_ADDED AND NOT TARGET zstd::zstd)