cmMakefile: Fix style.
This commit is contained in:
parent
de6b289582
commit
cd6293cdf8
|
@ -2072,7 +2072,8 @@ void cmMakefile::AddGlobalLinkInformation(const std::string& name,
|
||||||
if(std::find(this->LinkDirectories.begin(),
|
if(std::find(this->LinkDirectories.begin(),
|
||||||
this->LinkDirectories.end(), newdir)
|
this->LinkDirectories.end(), newdir)
|
||||||
== this->LinkDirectories.end())
|
== this->LinkDirectories.end())
|
||||||
{target.AddLinkDirectory(*j);
|
{
|
||||||
|
target.AddLinkDirectory(*j);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue