mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
cmMakefile: Inline initialization of project name.
This commit is contained in:
parent
27916f2cd1
commit
8c6e6dd3ce
@ -1529,7 +1529,7 @@ void cmMakefile::InitializeFromParent(cmMakefile* parent)
|
||||
parent->GetProperty("LINK_DIRECTORIES"));
|
||||
|
||||
// the initial project name
|
||||
this->SetProjectName(parent->GetProjectName());
|
||||
this->StateSnapshot.SetProjectName(parent->StateSnapshot.GetProjectName());
|
||||
|
||||
// Copy include regular expressions.
|
||||
this->ComplainFileRegularExpression = parent->ComplainFileRegularExpression;
|
||||
|
Loading…
Reference in New Issue
Block a user