From 6ed19e615bada326c38a2b27d9378959503094ae Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 11 Apr 2015 12:09:15 +0200 Subject: [PATCH] cmake: Remove duplicate condition. --- Source/cmake.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index bef8904bb..cf81ea456 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"); }