mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmMakefile: Move Configure responsibility from cmLocalGenerator.
The generator should only have a function at generate time.
This commit is contained in:
@@ -1106,7 +1106,7 @@ void cmGlobalGenerator::Configure()
|
||||
this->CMakeInstance->GetHomeOutputDirectory());
|
||||
|
||||
// now do it
|
||||
lg->Configure();
|
||||
lg->GetMakefile()->Configure();
|
||||
|
||||
// update the cache entry for the number of local generators, this is used
|
||||
// for progress
|
||||
|
||||
Reference in New Issue
Block a user