Files
cmake/Tests/RunCMake/cmake_parse_arguments/BadArgN1-stderr.txt
T
Arha Gatram 97c36916d9 cmake_parse_arguments: Add PARSE_ARGN mode
Introduce a mode similar to `PARSE_ARGV` that avoids needing
to specify the number of normal function arguments.

Closes: #25376
2026-06-01 18:06:25 -04:00

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\)$