Skip to content

Add exporting of arguments positions to `cmake_parse_arguments`

To build sophisticated argument parsers it is needed to know exact positions where particular argument/option has found. Now cmake_parse_arguments also add variables with _POS suffix which contains a number (or list of numbers for multiple argument keywords) indicating position of the corresponging parameter in a call to some function.

Merge request reports