summaryrefslogtreecommitdiff
path: root/Source/cmLinkDirectoriesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-08-01 15:58:25 -0400
committerKen Martin <ken.martin@kitware.com>2002-08-01 15:58:25 -0400
commitbe3a15d45f5ad8d93dbccb9f8980044737faa9da (patch)
tree1047c6265b615e4135ccb2cf34e4fe4acb49dd56 /Source/cmLinkDirectoriesCommand.cxx
parentfc7e4169e165fdd0008b3db116c7f4919dc38fd7 (diff)
downloadcmake-be3a15d45f5ad8d93dbccb9f8980044737faa9da.tar.gz
no longer need an argument
Diffstat (limited to 'Source/cmLinkDirectoriesCommand.cxx')
-rw-r--r--Source/cmLinkDirectoriesCommand.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLinkDirectoriesCommand.cxx b/Source/cmLinkDirectoriesCommand.cxx
index 468fda2394..9f336bc23a 100644
--- a/Source/cmLinkDirectoriesCommand.cxx
+++ b/Source/cmLinkDirectoriesCommand.cxx
@@ -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);