summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_parse_arguments/BadArgvN2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-081-0/+4
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>