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,8 +420,8 @@ void CMakeGeneratorKitInformation::upgrade(Kit *k)
|
|||||||
} else {
|
} else {
|
||||||
info.generator = fullName;
|
info.generator = fullName;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
setGeneratorInfo(k, info);
|
setGeneratorInfo(k, info);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
KitInformation::ItemList CMakeGeneratorKitInformation::toUserOutput(const Kit *k) const
|
KitInformation::ItemList CMakeGeneratorKitInformation::toUserOutput(const Kit *k) const
|
||||||
|
|||||||
Reference in New Issue
Block a user