mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
cmMakefile: Access the execution list file from the cmState.
This commit is contained in:
@@ -3418,7 +3418,8 @@ std::string cmMakefile::GetExecutionFilePath() const
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
return this->ContextStack.back()->FilePath;
|
||||
assert(this->StateSnapshot.IsValid());
|
||||
return this->StateSnapshot.GetExecutionListFile();
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user