fixed argument parsing
This commit is contained in:
parent
070fa61ff4
commit
a293f8f7a0
@ -40,7 +40,7 @@ bool cmAddCustomTargetCommand::InitialPass(std::vector<std::string> const& args)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::string command;
|
std::string command;
|
||||||
if(s != args.end())
|
if(s != args.end() && *s != "DEPENDS")
|
||||||
{
|
{
|
||||||
command = *s;
|
command = *s;
|
||||||
++s;
|
++s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user