cb299acc27
The `ARGC`/`ARGV#` variables in function scope hold the original arguments with no ;-list flattening. Add a way for functions to cleanly parse arguments that may contain `;`. This also avoids extra copying of the arguments. Co-Author: Brad King <brad.king@kitware.com>
7 lines
216 B
ReStructuredText
7 lines
216 B
ReStructuredText
parse_arguments_argv_n
|
|
----------------------
|
|
|
|
* The :command:`cmake_parse_arguments` command gained a new
|
|
mode to read arguments directly from ``ARGC`` and ``ARGV#``
|
|
variables inside a :command:`function` body.
|