[cmake] fix vcpkg and zy* install (#247)

vcpkg wouldn't clone before, but now it actually does and seems to work in my testing

also doesn't install zycore and zydis (thanks aur testers)

Reviewed-on: eden-emu/eden#247
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
crueter 2025-08-14 00:00:35 +02:00
parent 1465757ded
commit bd944b71d5
Signed by untrusted user: crueter
GPG key ID: 425ACD2D4830EBC6
4 changed files with 15 additions and 14 deletions

View file

@ -218,13 +218,7 @@ if (YUZU_USE_BUNDLED_VCPKG)
include(CPMUtil)
AddPackage(
NAME vcpkg
DOWNLOAD_ONLY YES
URL "https://github.com/microsoft/vcpkg.git"
GIT_TAG "ea2a964f93"
SHA "ea2a964f93"
)
CPMAddPackage("gh:microsoft/vcpkg#10d3b37514")
include(${vcpkg_SOURCE_DIR}/scripts/buildsystems/vcpkg.cmake)
elseif(NOT "$ENV{VCPKG_TOOLCHAIN_FILE}" STREQUAL "")