diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-17 14:44:09 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-17 14:44:09 (GMT) |
commit | a4429ad30a069f61c4630b54e44c3e1d747f9d41 (patch) | |
tree | a96af73c3673daffcad588e63ff144e28c29b575 /Source/cmLocalGenerator.cxx | |
parent | 95a8331edb4ba7b53abd796066165b29f70ff258 (diff) | |
download | CMake-a4429ad30a069f61c4630b54e44c3e1d747f9d41.zip CMake-a4429ad30a069f61c4630b54e44c3e1d747f9d41.tar.gz CMake-a4429ad30a069f61c4630b54e44c3e1d747f9d41.tar.bz2 |
STYLE: fix line lengths and add "remove -f" to the docs
Alex
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 |