From 07d44d638bca028d2a76fb1ffdc1f1542184243c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 12 Apr 2015 19:22:09 +0200 Subject: [PATCH] cmake: Remove confusing duplication. --- Source/cmake.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index ec05a0ed4..7ccd76aef 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -843,12 +843,8 @@ void cmake::SetArgs(const std::vector& args, { this->SetHomeOutputDirectory (cmSystemTools::GetCurrentWorkingDirectory()); - this->SetStartOutputDirectory - (cmSystemTools::GetCurrentWorkingDirectory()); this->SetHomeDirectory (cmSystemTools::GetCurrentWorkingDirectory()); - this->SetStartDirectory - (cmSystemTools::GetCurrentWorkingDirectory()); } this->SetStartDirectory(this->GetHomeDirectory());