mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Merge topic 'clang-analyzer'
742c70a5da autogen: Remove unnecessary nullptr check
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11414
This commit is contained in:
@@ -1395,7 +1395,7 @@ bool cmQtAutoGenInitializer::InitAutogenTarget()
|
||||
if (this->Uic.Enabled) {
|
||||
for (auto const& file : this->Uic.UiHeaders) {
|
||||
this->AddGeneratedSource(file.first, this->Uic);
|
||||
if (this->GlobalGen && !GlobalGen->IsFastbuild()) {
|
||||
if (!this->GlobalGen->IsFastbuild()) {
|
||||
autogenByproducts.push_back(file.second);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user