[cmake] fix vcpkg
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
All checks were successful
eden-license / license-header (pull_request) Successful in 20s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
8cb8f90268
commit
b3382f4054
1 changed files with 1 additions and 7 deletions
|
@ -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 "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue