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

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-26 13:46:13 -04:00
parent a24047b962
commit 406cc71291
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -493,6 +493,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)