mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
cmake: Remove confusing duplication.
This commit is contained in:
@@ -843,12 +843,8 @@ void cmake::SetArgs(const std::vector<std::string>& args,
|
||||
{
|
||||
this->SetHomeOutputDirectory
|
||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||
this->SetStartOutputDirectory
|
||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||
this->SetHomeDirectory
|
||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||
this->SetStartDirectory
|
||||
(cmSystemTools::GetCurrentWorkingDirectory());
|
||||
}
|
||||
|
||||
this->SetStartDirectory(this->GetHomeDirectory());
|
||||
|
||||
Reference in New Issue
Block a user