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
You can set whether to enable the static option in the project properties of msbuild, and you can manually enter to select the existing installation triples.
@FrankXie05 this post is about cmake, not msbuild, and it is a vcpkg feature request, not a general usage question - i used vcpkg’s msbuild support as an example. your response is answering a different question to what I asked.
With MSBuild I can do something like this:
it would be nice if I could do something similar when using the CMake project, instead of requiring the user to specify
-DVCPKG_TARGET_TRIPLET
This isn't current possible as:
project()
project()
The text was updated successfully, but these errors were encountered: