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
Similar to Azure/azure-sdk-for-c#2404, consider updating AzureVcpkg.cmake to no longer support VCPKG_ROOT as a mechanism to set where the vcpkg registry is located locally.
# Set AZURE_SDK_DISABLE_AUTO_VCPKG env var to avoid Azure SDK from cloning and setting VCPKG automatically
# This option delegate package's dependencies installation to user.
if(NOTDEFINEDENV{AZURE_SDK_DISABLE_AUTO_VCPKG})
The text was updated successfully, but these errors were encountered:
ahsonkhan
added
EngSys
This issue is impacting the engineering system.
MQ
This issue is part of a "milestone of quality" initiative.
labels
Nov 10, 2022
Similar to Azure/azure-sdk-for-c#2404, consider updating
AzureVcpkg.cmake
to no longer supportVCPKG_ROOT
as a mechanism to set where the vcpkg registry is located locally.azure-sdk-for-cpp/tools/AzureVcpkg.cmake
Lines 5 to 19 in d1b05c2
The text was updated successfully, but these errors were encountered: