[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
parent 76918a844f
commit eba6855fd9

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)