diff options
-rw-r--r-- | Source/cmInstallCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index c3c9c55..12bb867 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -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) |