mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Introduce a mode similar to `PARSE_ARGV` that avoids needing to specify the number of normal function arguments. Closes: #25376
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
^CMake Error at BadArgN1\.cmake:[0-9]+ \(cmake_parse_arguments\):
|
|
PARSE_ARGN must be called with exactly 5 arguments\.
|
|
Call Stack \(most recent call first\):
|
|
BadArgN1\.cmake:[0-9]+ \(test1\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|