You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd recommend using FetchContent instead to grab the entire vcpkg repo. This must be done before the project() directive, since vcpkg integration is via CMAKE_TOOLCHAIN_FILE which is loaded during project().
Just the
vcpkg.cmake
file is being downloaded, however that is not the correct way to use vcpkg, see microsoft/vcpkg#22690.The text was updated successfully, but these errors were encountered: