diff options
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r-- | Source/cmFileCommand.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index c7ba424..987f40e 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -2498,9 +2498,8 @@ bool HandleGenerateCommand(std::vector<std::string> const& args, std::vector<std::string> unparsedArguments; std::vector<cm::string_view> parsedKeywords; - Arguments const arguments = - parser.Parse(cmMakeRange(args).advance(1), &unparsedArguments, - /*keywordsMissingValue=*/nullptr, &parsedKeywords); + Arguments const arguments = parser.Parse( + cmMakeRange(args).advance(1), &unparsedArguments, &parsedKeywords); if (arguments.MaybeReportError(status.GetMakefile())) { return true; |