Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0
-
None
-
b360776b1 (12.0)
Description
An auto-detected version of CMake has its version string embedded within its name. Unfortunately:
- This string is not updated when CMake itself is updated
- We cannot manually change the name of an auto-detected version of CMake
Suggestion
The name should use a variable instead of a hard-coded string. Similar to "Qt Version" names:
Qt %{Qt:Version} for Android ARMv7
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28437 Version in display name of auto-detected Qt-provided CMake version invalid after update
- Closed