Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-27 15:06:18 -04:00
parent 2880cb3bc9
commit e34a28a7c6

View file

@ -440,7 +440,7 @@ if (YUZU_USE_CPM)
AddJsonPackage(zstd) AddJsonPackage(zstd)
if (zstd_ADDED) if (zstd_ADDED)
add_library(zstd::zstd ALIS libzstd_static) add_library(zstd::zstd ALIAS libzstd_static)
endif() endif()
# Catch2 # Catch2