Replies: 1 comment
-
It would depend on whether that's a compile option, linker option or both.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have vcpkg installed and integrated into vs2019 with
vcpkg integrate install
I would like to disable it on a particular project (It causes issues with Clang which I am using)
As specified in this Issue
My question is how do I add the
/p:VcpkgEnabled=false
to every project in my workspaceBeta Was this translation helpful? Give feedback.
All reactions