summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2016-09-07 20:47:23 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-08 15:33:46 (GMT)
commitcb299acc27d5f80b2fc801f0f57358ec9f0303d1 (patch)
treedb2426c946edfc3cd760edfc28f66a8bbedf4844 /Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt
parentf506489d1ed222761f9ce752144a458290020e55 (diff)
downloadCMake-cb299acc27d5f80b2fc801f0f57358ec9f0303d1.zip
CMake-cb299acc27d5f80b2fc801f0f57358ec9f0303d1.tar.gz
CMake-cb299acc27d5f80b2fc801f0f57358ec9f0303d1.tar.bz2
cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#
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>
Diffstat (limited to 'Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt')
-rw-r--r--Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt b/Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt
new file mode 100644
index 0000000..1dde86d
--- /dev/null
+++ b/Tests/RunCMake/cmake_parse_arguments/BadArgvN2-stderr.txt
@@ -0,0 +1,5 @@
+^CMake Error at BadArgvN2.cmake:[0-9]+ \(cmake_parse_arguments\):
+ PARSE_ARGV index 'pref' is not an unsigned integer
+Call Stack \(most recent call first\):
+ BadArgvN2.cmake:[0-9]+ \(test2\)
+ CMakeLists.txt:[0-9]+ \(include\)$