diff options
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 8b2bd26..8a68ca6 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] != '\"') { |