forked from qt-creator/qt-creator
CMake: Do not reset generator information
Do not reset generator information when the generator kit information is already up to date. Change-Id: I6bd9b94e8b83af2a58cc11ffcbfa11982374644a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -420,9 +420,9 @@ void CMakeGeneratorKitInformation::upgrade(Kit *k)
|
||||
} else {
|
||||
info.generator = fullName;
|
||||
}
|
||||
}
|
||||
setGeneratorInfo(k, info);
|
||||
}
|
||||
}
|
||||
|
||||
KitInformation::ItemList CMakeGeneratorKitInformation::toUserOutput(const Kit *k) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user