From b6f66b445a32b6a931b33b1dd399f64fb21ef429 Mon Sep 17 00:00:00 2001 From: Orkun Tokdemir Date: Wed, 31 May 2023 17:46:48 +0200 Subject: cmQtAutoGenInitializer: Remove no-op calls --- Source/cmQtAutoGenInitializer.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmQtAutoGenInitializer.cxx b/Source/cmQtAutoGenInitializer.cxx index 81bf65c..a5c043d 100644 --- a/Source/cmQtAutoGenInitializer.cxx +++ b/Source/cmQtAutoGenInitializer.cxx @@ -1381,8 +1381,6 @@ bool cmQtAutoGenInitializer::InitAutogenTarget() // '_autogen' target. const auto timestampTargetName = cmStrCat(this->GenTarget->GetName(), "_autogen_timestamp_deps"); - std::vector timestampTargetProvides; - cmCustomCommandLines timestampTargetCommandLines; // Add additional autogen target dependencies to // '_autogen_timestamp_deps'. @@ -1401,9 +1399,7 @@ bool cmQtAutoGenInitializer::InitAutogenTarget() auto cc = cm::make_unique(); cc->SetWorkingDirectory(this->Dir.Work.c_str()); - cc->SetByproducts(timestampTargetProvides); cc->SetDepends(dependencies); - cc->SetCommandLines(timestampTargetCommandLines); cc->SetEscapeOldStyle(false); cmTarget* timestampTarget = this->LocalGen->AddUtilityCommand( timestampTargetName, true, std::move(cc)); -- cgit v0.12