diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-12 17:22:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-12 21:10:45 (GMT) |
commit | 07d44d638bca028d2a76fb1ffdc1f1542184243c (patch) | |
tree | a7ad70bd9f67a7b3d005a5b09317262ebc2f5b91 /Source/cmake.cxx | |
parent | ea819b29f8735ca09242cc646a7b25e933bc913c (diff) | |
download | CMake-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.cxx | 4 |
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()); |