no longer need an argument

This commit is contained in:
Ken Martin 2002-08-01 15:58:25 -04:00
parent fc7e4169e1
commit be3a15d45f
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ bool cmLinkDirectoriesCommand::InitialPass(std::vector<std::string> const& argsI
{
if(argsIn.size() < 1 )
{
this->SetError("called with incorrect number of arguments");
return false;
return true;
}
std::vector<std::string> args;
cmSystemTools::ExpandListArguments(argsIn, args);