question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support toolsets for Visual Studio

See original GitHub issue

Hi, I would expect ConanMultiPackager to have Visual Studio toolset option. Something like this:

builder = ConanMultiPackager(username="username",
  channel="stable",
  visual_versions=["15"],
  visual_toolsets=["v140", "v140_clang_c2"])

Could you suggest a workaround or implement this option?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lasotecommented, Dec 11, 2017

We could introduce it and generate the corresponding builds because conan supports the visual toolsets from 0.29, but it only makes sense to specify toolsets for a specific visual version. So probably the parameter should be a dictionary:

visual_toolsets={"15": ["v140", "v140_clang_c2"]}

And for the corresponding environment variable, we could think in a text representation.

0reactions
luckielordiecommented, Oct 11, 2018

I’m eager for this functionality 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is "Platform Toolset" setting in visual studio project
It is an MSBuild property that controls the specific version of the platform toolset that you want to use.
Read more >
How to: Modify the Target Framework and Platform Toolset ...
To change the platform toolset · In Visual Studio, on the menu bar, select Project > Properties to open your project Property Pages...
Read more >
Visual Studio toolset setup - Microsoft Game Development Kit
Lists the required Visual Studio and Visual Studio Build Tools components for building without installing the Microsoft Game Development ...
Read more >
Technical Support & FAQs | Visual Studio IDE - Microsoft
Get help with common Visual Studio installation issues, download and installation, licensing and purchasing, and support policies.
Read more >
Use the Microsoft C++ toolset from the command line
A platform toolset has all the C and C++ tools for a specific Visual Studio version. The tools include the C/C++ compilers, linkers,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found