[cmake] force bundled zstd on Apple
All checks were successful
eden-license / license-header (pull_request) Successful in 28s
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:
parent
76918a844f
commit
eba6855fd9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue