diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-12 16:54:42 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-20 22:12:51 (GMT) |
commit | f034bb2f54f784461ed1adea8f0554d49ff5b0b3 (patch) | |
tree | fc74b3f2c731c8e4b138922a5ab2c8acf764d0c6 /Source/cmGlobalGenerator.cxx | |
parent | 3a68c323ba4b9f269fe9fe45fc2a1bcc2de4ac89 (diff) | |
download | CMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.zip CMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.tar.gz CMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.tar.bz2 |
Remove redundant calls to MakeStartDirectoriesCurrent.
The SetStart{,Output}Directory methods do what it does.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 4a9f628..0492a4c 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1103,7 +1103,6 @@ void cmGlobalGenerator::Configure() (this->CMakeInstance->GetStartDirectory()); lg->GetMakefile()->SetStartOutputDirectory (this->CMakeInstance->GetStartOutputDirectory()); - lg->GetMakefile()->MakeStartDirectoriesCurrent(); this->BinaryDirectories.insert(mf->GetStartOutputDirectory()); |