Skip to content

cmArgumentParser: Convert some Parse() arguments to bindings

Brad King requested to merge brad.king/cmake:command-arg-parser into master

Convert the parsedKeywords argument to a binding used by the few clients that need it.

Convert the keywordsMissingValue argument to a private binding for the cmake_parse_arguments() implementation. All internal uses of the argument have already been converted to bindings with wrapper types.

Merge request reports