mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ENH: remove a warning
This commit is contained in:
@@ -670,7 +670,6 @@ int cmake::CMakeCommand(std::vector<std::string>& args)
|
||||
{
|
||||
std::string directory = args[2];
|
||||
std::string command = args[3];
|
||||
std::string output;
|
||||
for (std::string::size_type cc = 4; cc < args.size(); cc ++)
|
||||
{
|
||||
command += " ";
|
||||
|
||||
Reference in New Issue
Block a user