mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Introduce a mode similar to `PARSE_ARGV` that avoids needing to specify the number of normal function arguments. Closes: #25376
8 lines
318 B
ReStructuredText
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.
|