From 7f407389487db70d213a16a83ba6ac1a8b12e5e9 Mon Sep 17 00:00:00 2001 From: martink Date: Thu, 1 Aug 2002 19:58:25 +0000 Subject: [PATCH] no longer need an argument --- Source/cmLinkDirectoriesCommand.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Source/cmLinkDirectoriesCommand.cxx b/Source/cmLinkDirectoriesCommand.cxx index ea7ce1278..fda7f329a 100644 --- a/Source/cmLinkDirectoriesCommand.cxx +++ b/Source/cmLinkDirectoriesCommand.cxx @@ -3,8 +3,8 @@ Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: cmLinkDirectoriesCommand.cxx,v $ Language: C++ - Date: $Date: 2002-03-29 19:20:21 $ - Version: $Revision: 1.6 $ + Date: $Date: 2002-08-01 19:58:25 $ + Version: $Revision: 1.7 $ Copyright (c) 2002 Insight Consortium. All rights reserved. See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. @@ -21,8 +21,7 @@ bool cmLinkDirectoriesCommand::InitialPass(std::vector const& argsI { if(argsIn.size() < 1 ) { - this->SetError("called with incorrect number of arguments"); - return false; + return true; } std::vector args; cmSystemTools::ExpandListArguments(argsIn, args); -- 2.11.4.GIT