|
|
@@ -1263,8 +1263,6 @@ bool cmGlobalGenerator::Compute()
|
|
|
this->LocalGenerators[i]->AddHelperCommands();
|
|
|
}
|
|
|
|
|
|
- this->InitGeneratorTargets();
|
|
|
-
|
|
|
#ifdef CMAKE_BUILD_WITH_CMAKE
|
|
|
for (std::vector<cmTarget const*>::iterator it = autogenTargets.begin();
|
|
|
it != autogenTargets.end(); ++it)
|
|
|
@@ -1557,19 +1555,6 @@ void cmGlobalGenerator::CreateGeneratorTargets(TargetTypes targetTypes,
|
|
|
mf->SetGeneratorTargets(generatorTargets);
|
|
|
}
|
|
|
|
|
|
-//----------------------------------------------------------------------------
|
|
|
-void cmGlobalGenerator::InitGeneratorTargets()
|
|
|
-{
|
|
|
- for(cmGeneratorTargetsType::iterator ti =
|
|
|
- this->GeneratorTargets.begin(); ti != this->GeneratorTargets.end(); ++ti)
|
|
|
- {
|
|
|
- if (!ti->second->Target->IsImported())
|
|
|
- {
|
|
|
- this->ComputeTargetObjectDirectory(ti->second);
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
//----------------------------------------------------------------------------
|
|
|
void cmGlobalGenerator::CreateGeneratorTargets(TargetTypes targetTypes)
|
|
|
{
|