mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 08:37:09 +00:00
ENH: remove a warning
This commit is contained in:
parent
cbeeaa7188
commit
86947e0b26
@ -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 += " ";
|
||||
|
Loading…
Reference in New Issue
Block a user