mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
make sure ; expansion is done in all commands
This commit is contained in:
@@ -159,7 +159,7 @@ void cmLBDepend::DependWalk(cmDependInformation* info)
|
||||
// cmOutputRequiredFilesCommand
|
||||
bool cmOutputRequiredFilesCommand::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
if(args.size() < 2 )
|
||||
if(args.size() != 2 )
|
||||
{
|
||||
this->SetError("called with incorrect number of arguments");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user