diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 8b2bd2637..8a68ca635 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1088,7 +1088,6 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang) includeFlags << includeFlag; flagUsed = true; } - includeFlags; std::string includePath = this->ConvertToOutputForExisting(i->c_str()); if(quotePaths && includePath.size() && includePath[0] != '\"') {