[cmake] refactor: cpmfile, deps prefetch, force system and more #322

Merged
CamilleLaVey merged 18 commits from refactor/cpmfile into master 2025-08-29 00:18:03 +02:00
Showing only changes of commit e34a28a7c6 - Show all commits

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