Scan for Kits can't detect different MinGW compilers if they have the same version #2640
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: kits
Milestone
Brief Issue Summary
When building C/C++ project on windows using MinGW compiler you have several options for a given version.
Let's say I use MinGW 8.1.0 x86_64, so GCC 8.1.0 64 bits.
There are several implementation of the corresponding MinGW on windows:
Some projects will use one or the other depending on the final target or also on the libraries they are using (if the library is built with sjlj, can't compile your program with seh exception handling).
As a consequence some people might want to put in their path for example :
The problem is that the "Scan for kits" command only displays "GCC 8.1.0 x86_64-w64-mingw32" for each one, and because of that, in the final list of kits displayed, we only see the last one of the path (the others probably getting overridden).
Suggestion:
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: