1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 21:40:15 +08:00

cmake: Remove confusing duplication.

This commit is contained in:
Stephen Kelly
2015-04-12 19:22:09 +02:00
parent ea819b29f8
commit 07d44d638b

View File

@@ -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());