diff --git a/CMakeLists.txt b/CMakeLists.txt index 185efcbd91..18c68c8a11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -440,7 +440,7 @@ if (YUZU_USE_CPM) AddJsonPackage(zstd) if (zstd_ADDED) - add_library(zstd::zstd ALIS libzstd_static) + add_library(zstd::zstd ALIAS libzstd_static) endif() # Catch2