diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-11 10:09:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-12 18:08:47 (GMT) |
commit | 6ed19e615bada326c38a2b27d9378959503094ae (patch) | |
tree | 3a78d109f5477428bb9ffb35149ea0ca3a44e4a7 /Source | |
parent | ade20b433b2ce1cf176bc727a8ed9c47a5f6537e (diff) | |
download | CMake-6ed19e615bada326c38a2b27d9378959503094ae.zip CMake-6ed19e615bada326c38a2b27d9378959503094ae.tar.gz CMake-6ed19e615bada326c38a2b27d9378959503094ae.tar.bz2 |
cmake: Remove duplicate condition.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmake.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index bef8904..cf81ea4 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1530,11 +1530,7 @@ int cmake::ActualConfigure() if (!this->InTryCompile) { this->GlobalGenerator->ClearEnabledLanguages(); - } - // Truncate log files - if (!this->InTryCompile) - { this->TruncateOutputLog("CMakeOutput.log"); this->TruncateOutputLog("CMakeError.log"); } |