diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index ce8ce855d..e24f3808f 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -24,6 +24,7 @@ bool cmIncludeCommand::InitialPass(std::vector const& args) { this->SetError("called with wrong number of arguments. " "Include only takes one file."); + return false; } bool optional = false; if(args.size() == 2)