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_target/BadByproduct-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_target/BadByproduct-stderr.txt')
-rw-r--r-- | Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt b/Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt index 4f0f005..da9af49 100644 --- a/Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt +++ b/Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt @@ -44,4 +44,24 @@ CMake Error at BadByproduct.cmake:7 \(add_custom_target\): Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) +)+( +CMake Error at BadByproduct.cmake:8 \(add_custom_target\): + Error evaluating generator expression: + + \$<OUTPUT_CONFIG:n> + + Expression did not evaluate to a known generator expression +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) + +)+( +CMake Error at BadByproduct.cmake:9 \(add_custom_target\): + Error evaluating generator expression: + + \$<COMMAND_CONFIG:p> + + Expression did not evaluate to a known generator expression +Call Stack \(most recent call first\): + CMakeLists.txt:3 \(include\) + )+ |