cmake: Remove confusing duplication.
This commit is contained in:
parent
ea819b29f8
commit
07d44d638b
|
@ -843,12 +843,8 @@ void cmake::SetArgs(const std::vector<std::string>& args,
|
||||||
{
|
{
|
||||||
this->SetHomeOutputDirectory
|
this->SetHomeOutputDirectory
|
||||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||||
this->SetStartOutputDirectory
|
|
||||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
|
||||||
this->SetHomeDirectory
|
this->SetHomeDirectory
|
||||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||||
this->SetStartDirectory
|
|
||||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this->SetStartDirectory(this->GetHomeDirectory());
|
this->SetStartDirectory(this->GetHomeDirectory());
|
||||||
|
|
Loading…
Reference in New Issue