diff options
author | Matthias Maennich <matthias@maennich.net> | 2015-12-05 17:57:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-17 15:31:04 (GMT) |
commit | cbbdfc2b6120e192b4248ce89af93cf34ea8a254 (patch) | |
tree | 829f794e178bddc918bdac8f887745be9a60a4dc /Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt | |
parent | 2913876c58daec60fec24c6b47c16c3d13b28405 (diff) | |
download | CMake-cbbdfc2b6120e192b4248ce89af93cf34ea8a254.zip CMake-cbbdfc2b6120e192b4248ce89af93cf34ea8a254.tar.gz CMake-cbbdfc2b6120e192b4248ce89af93cf34ea8a254.tar.bz2 |
CMakeParseArguments: add a RunCMake test suite
Diffstat (limited to 'Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt')
-rw-r--r-- | Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt b/Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt new file mode 100644 index 0000000..5976fdc --- /dev/null +++ b/Tests/RunCMake/cmake_parse_arguments/Errors-stderr.txt @@ -0,0 +1,17 @@ +CMake Error at Errors.cmake:3 \(cmake_parse_arguments\): + CMAKE_PARSE_ARGUMENTS Function invoked with incorrect arguments for + function named: CMAKE_PARSE_ARGUMENTS +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at Errors.cmake:4 \(cmake_parse_arguments\): + CMAKE_PARSE_ARGUMENTS Function invoked with incorrect arguments for + function named: CMAKE_PARSE_ARGUMENTS +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) ++ +CMake Error at Errors.cmake:5 \(cmake_parse_arguments\): + CMAKE_PARSE_ARGUMENTS Function invoked with incorrect arguments for + function named: CMAKE_PARSE_ARGUMENTS +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) |