diff options
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 5c8ee93..9d2ef54 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -65,7 +65,8 @@ cmLocalGenerator::~cmLocalGenerator() void cmLocalGenerator::Configure() { - cmLocalGenerator* previousLg = this->GetGlobalGenerator()->GetCurrentLocalGenerator(); + cmLocalGenerator* previousLg = + this->GetGlobalGenerator()->GetCurrentLocalGenerator(); this->GetGlobalGenerator()->SetCurrentLocalGenerator(this); // make sure the CMakeFiles dir is there |