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;
|
||||
if(s != args.end())
|
||||
if(s != args.end() && *s != "DEPENDS")
|
||||
{
|
||||
command = *s;
|
||||
++s;
|
||||
|
|
Loading…
Reference in New Issue