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>
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
^CMake Error at BadArgvN4.cmake:[0-9]+ \(cmake_parse_arguments\):
|
|
PARSE_ARGV called with ARGV0 not set
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)$
|