Environment Variables and Vcpkg updates #19135
slowik21861
started this conversation in
Ideas
Replies: 1 comment
-
@dan-shaw Maybe we should do that, to ensure smoother version updates. |
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 am using CMAKE as build system on macOS. Every project uses CMAKE_TOOLCHAIN_FILE provided by Vcpkg. After upgrading Vcpkg to newer version I have to modify .vscode/settings.json in every project to match new path to Vcpkg.cmake file
Proposed solution
One way to overcome this problem is to provide link "current version" or similar in constant path. Every upgrade of Vcpkg should update this link
Beta Was this translation helpful? Give feedback.
All reactions