[cmake] force bundled zstd on Apple

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
1 changed files with 1 additions and 0 deletions

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)