-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong cmake generator when selecting "Visual Studio Community 2017 - amd64" kit #682
Comments
Fix the wrong selection of prefered generator on 64bit builds with visual studio.
I created a patchset. But after some later tests I saw that this is not the right solution ->closed it without merge. The cmake generator for Visual Studio supports architecture and toolset arguments, see at the cmake documentation. The extension already use them. What do you mean with it nothing happens? |
@KoeMai Sorry, I have updated the issue to clarify the behaviour |
@KoeMai for the moment, and to make it work, I need to
|
If you run the cmake configuration step inside vscode. How does your kit file looks like? |
@KoeMai Do you mean the CMakeCache file? |
We fixed this for CMake Tools 1.4, but slightly different. We are passing the platform attribute of the kit generator instead of passing the architecture in the generator name. |
Brief Issue Summary
When I'm trying to switch to the
Visual Studio Community 2017 - amd64
kit the chosen generator isVisual Studio 15 2017
but should beVisual Studio 15 2017 Win64
Expected:
Apparent Behavior:
Developer Tools Log
Platform and Versions
Other Notes/Information
The text was updated successfully, but these errors were encountered: