blob: 2c592eca0fb65be1a2f9eb3bfd1de49fd9dd8af1 [file]
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.