mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-24 03:02:46 +08:00
cmGlobalGenerator: Process evaluation files after target depends.
No need to generate the files if computation aborts generation.
This commit is contained in:
@@ -1330,8 +1330,6 @@ void cmGlobalGenerator::Generate()
|
|||||||
this->LocalGenerators[i]->GenerateTargetManifest();
|
this->LocalGenerators[i]->GenerateTargetManifest();
|
||||||
}
|
}
|
||||||
|
|
||||||
this->ProcessEvaluationFiles();
|
|
||||||
|
|
||||||
// Compute the inter-target dependencies.
|
// Compute the inter-target dependencies.
|
||||||
if(!this->ComputeTargetDepends())
|
if(!this->ComputeTargetDepends())
|
||||||
{
|
{
|
||||||
@@ -1342,6 +1340,8 @@ void cmGlobalGenerator::Generate()
|
|||||||
// it builds by default.
|
// it builds by default.
|
||||||
this->InitializeProgressMarks();
|
this->InitializeProgressMarks();
|
||||||
|
|
||||||
|
this->ProcessEvaluationFiles();
|
||||||
|
|
||||||
for (i = 0; i < this->LocalGenerators.size(); ++i)
|
for (i = 0; i < this->LocalGenerators.size(); ++i)
|
||||||
{
|
{
|
||||||
this->LocalGenerators[i]->ComputeHomeRelativeOutputPath();
|
this->LocalGenerators[i]->ComputeHomeRelativeOutputPath();
|
||||||
|
Reference in New Issue
Block a user