diff options
author | Brad King <brad.king@kitware.com> | 2020-11-02 19:19:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-15 13:17:55 (GMT) |
commit | 1526ae3abac7c8e8ad61ba92e6a8219aaece7f7a (patch) | |
tree | aeb7305f9e22f0fcb6ec75c5d576d9a037202efc /Tests/RunCMake/add_custom_command/BadCommand-stderr.txt | |
parent | dcf9f4d2f71d7c608ce24b690d30d465df51dc71 (diff) | |
download | CMake-1526ae3abac7c8e8ad61ba92e6a8219aaece7f7a.zip CMake-1526ae3abac7c8e8ad61ba92e6a8219aaece7f7a.tar.gz CMake-1526ae3abac7c8e8ad61ba92e6a8219aaece7f7a.tar.bz2 |
Tests: Add cases for Ninja Multi-Config cross-config custom commands
Diffstat (limited to 'Tests/RunCMake/add_custom_command/BadCommand-stderr.txt')
-rw-r--r-- | Tests/RunCMake/add_custom_command/BadCommand-stderr.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_command/BadCommand-stderr.txt b/Tests/RunCMake/add_custom_command/BadCommand-stderr.txt new file mode 100644 index 0000000..470afd6 --- /dev/null +++ b/Tests/RunCMake/add_custom_command/BadCommand-stderr.txt @@ -0,0 +1,21 @@ +(CMake Error at BadCommand.cmake:1 \(add_custom_command\): + Error evaluating generator expression: + + \$<OUTPUT_CONFIG:a> + + Expression did not evaluate to a known generator expression +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) + + +)+(CMake Error at BadCommand.cmake:2 \(add_custom_command\): + Error evaluating generator expression: + + \$<COMMAND_CONFIG:b> + + Expression did not evaluate to a known generator expression +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) + + +)+ |