mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 21:34:32 +00:00
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>
6 lines
231 B
Plaintext
6 lines
231 B
Plaintext
^CMake Error at BadArgvN1.cmake:[0-9]+ \(cmake_parse_arguments\):
|
|
PARSE_ARGV must be called with exactly 6 arguments.
|
|
Call Stack \(most recent call first\):
|
|
BadArgvN1.cmake:[0-9]+ \(test1\)
|
|
CMakeLists.txt:[0-9]+ \(include\)$
|