summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-11 10:09:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 18:08:47 (GMT)
commit6ed19e615bada326c38a2b27d9378959503094ae (patch)
tree3a78d109f5477428bb9ffb35149ea0ca3a44e4a7 /Source
parentade20b433b2ce1cf176bc727a8ed9c47a5f6537e (diff)
downloadCMake-6ed19e615bada326c38a2b27d9378959503094ae.zip
CMake-6ed19e615bada326c38a2b27d9378959503094ae.tar.gz
CMake-6ed19e615bada326c38a2b27d9378959503094ae.tar.bz2
cmake: Remove duplicate condition.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx4
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");
}