summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 17:22:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 21:10:45 (GMT)
commit07d44d638bca028d2a76fb1ffdc1f1542184243c (patch)
treea7ad70bd9f67a7b3d005a5b09317262ebc2f5b91 /Source/cmake.cxx
parentea819b29f8735ca09242cc646a7b25e933bc913c (diff)
downloadCMake-07d44d638bca028d2a76fb1ffdc1f1542184243c.zip
CMake-07d44d638bca028d2a76fb1ffdc1f1542184243c.tar.gz
CMake-07d44d638bca028d2a76fb1ffdc1f1542184243c.tar.bz2
cmake: Remove confusing duplication.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index ec05a0e..7ccd76a 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -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());