Files
cmake/Help/release/dev/parse-arguments-argn.rst
T
Arha Gatram 97c36916d9 cmake_parse_arguments: Add PARSE_ARGN mode
Introduce a mode similar to `PARSE_ARGV` that avoids needing
to specify the number of normal function arguments.

Closes: #25376
2026-06-01 18:06:25 -04:00

8 lines
318 B
ReStructuredText

parse-arguments-argn
--------------------
* The :command:`cmake_parse_arguments` command gained a new ``PARSE_ARGN``
signature that starts parsing after the last named argument of the calling
function and works exactly like ``PARSE_ARGV`` with ``<N>`` being the number
of parameters in the function definition.