mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 05:26:58 +08:00
cmInstallCommand: Remove unused variable.
This commit is contained in:
@@ -780,7 +780,6 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||
std::vector<std::string> dirs = includesArgs.GetIncludeDirs();
|
||||
if(!dirs.empty())
|
||||
{
|
||||
std::string dirString;
|
||||
const char *sep = "";
|
||||
for (std::vector<std::string>::const_iterator it = dirs.begin();
|
||||
it != dirs.end(); ++it)
|
||||
|
Reference in New Issue
Block a user