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(NOTDEFINED ENV{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
Hi @ahsonkhan, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
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: