cmInstallCommand: Remove unused variable.
This commit is contained in:
parent
7ecbade887
commit
b5813ceeb5
|
@ -780,7 +780,6 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||||
std::vector<std::string> dirs = includesArgs.GetIncludeDirs();
|
std::vector<std::string> dirs = includesArgs.GetIncludeDirs();
|
||||||
if(!dirs.empty())
|
if(!dirs.empty())
|
||||||
{
|
{
|
||||||
std::string dirString;
|
|
||||||
const char *sep = "";
|
const char *sep = "";
|
||||||
for (std::vector<std::string>::const_iterator it = dirs.begin();
|
for (std::vector<std::string>::const_iterator it = dirs.begin();
|
||||||
it != dirs.end(); ++it)
|
it != dirs.end(); ++it)
|
||||||
|
|
Loading…
Reference in New Issue