no longer need an argument
This commit is contained in:
parent
fc7e4169e1
commit
be3a15d45f
|
@ -21,8 +21,7 @@ bool cmLinkDirectoriesCommand::InitialPass(std::vector<std::string> const& argsI
|
||||||
{
|
{
|
||||||
if(argsIn.size() < 1 )
|
if(argsIn.size() < 1 )
|
||||||
{
|
{
|
||||||
this->SetError("called with incorrect number of arguments");
|
return true;
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
std::vector<std::string> args;
|
std::vector<std::string> args;
|
||||||
cmSystemTools::ExpandListArguments(argsIn, args);
|
cmSystemTools::ExpandListArguments(argsIn, args);
|
||||||
|
|
Loading…
Reference in New Issue