mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
cmMakefile: Inline initialization of project name.
This commit is contained in:
@@ -1529,7 +1529,7 @@ void cmMakefile::InitializeFromParent(cmMakefile* parent)
|
|||||||
parent->GetProperty("LINK_DIRECTORIES"));
|
parent->GetProperty("LINK_DIRECTORIES"));
|
||||||
|
|
||||||
// the initial project name
|
// the initial project name
|
||||||
this->SetProjectName(parent->GetProjectName());
|
this->StateSnapshot.SetProjectName(parent->StateSnapshot.GetProjectName());
|
||||||
|
|
||||||
// Copy include regular expressions.
|
// Copy include regular expressions.
|
||||||
this->ComplainFileRegularExpression = parent->ComplainFileRegularExpression;
|
this->ComplainFileRegularExpression = parent->ComplainFileRegularExpression;
|
||||||
|
Reference in New Issue
Block a user