Forráskód Böngészése

package_source: Remove redundant argument

Daniel Pfeifer 2 hónapja
szülő
commit
0696c9ac91
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      Source/cmGlobalGenerator.cxx

+ 0 - 1
Source/cmGlobalGenerator.cxx

@@ -2870,7 +2870,6 @@ void cmGlobalGenerator::AddGlobalTarget_PackageSource(
   singleLine.push_back(cmSystemTools::GetCPackCommand());
   singleLine.push_back("--config");
   singleLine.push_back("./CPackSourceConfig.cmake");
-  singleLine.push_back(std::move(configFile));
   gti.CommandLines.push_back(std::move(singleLine));
   targets.push_back(std::move(gti));
 }