mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
QtAutogen: Remove repeated setters.
These methods are called already just before calling the static method.
This commit is contained in:
@@ -1209,9 +1209,6 @@ static cmGlobalGenerator* CreateGlobalGenerator(cmake* cm,
|
||||
cmGlobalGenerator* gg = new cmGlobalGenerator();
|
||||
gg->SetCMakeInstance(cm);
|
||||
|
||||
cm->SetHomeOutputDirectory(targetDirectory);
|
||||
cm->SetHomeDirectory(targetDirectory);
|
||||
|
||||
cmLocalGenerator* lg = gg->MakeLocalGenerator();
|
||||
lg->GetMakefile()->SetCurrentBinaryDirectory(targetDirectory);
|
||||
lg->GetMakefile()->SetCurrentSourceDirectory(targetDirectory);
|
||||
|
||||
Reference in New Issue
Block a user