ENH: fix warning
This commit is contained in:
parent
1ff49b9789
commit
a6a20d8ce2
|
@ -1088,7 +1088,6 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
|
||||||
includeFlags << includeFlag;
|
includeFlags << includeFlag;
|
||||||
flagUsed = true;
|
flagUsed = true;
|
||||||
}
|
}
|
||||||
includeFlags;
|
|
||||||
std::string includePath = this->ConvertToOutputForExisting(i->c_str());
|
std::string includePath = this->ConvertToOutputForExisting(i->c_str());
|
||||||
if(quotePaths && includePath.size() && includePath[0] != '\"')
|
if(quotePaths && includePath.size() && includePath[0] != '\"')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue