diff options
Diffstat (limited to 'Tests/RunCMake/add_custom_command')
-rw-r--r-- | Tests/RunCMake/add_custom_command/BadByproduct-stderr.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Tests/RunCMake/add_custom_command/BadByproduct-stderr.txt b/Tests/RunCMake/add_custom_command/BadByproduct-stderr.txt index 6315c8b..97b9cca 100644 --- a/Tests/RunCMake/add_custom_command/BadByproduct-stderr.txt +++ b/Tests/RunCMake/add_custom_command/BadByproduct-stderr.txt @@ -1,27 +1,27 @@ CMake Error at BadByproduct.cmake:2 \(add_custom_command\): - add_custom_command called with OUTPUT containing a "#". This character is - not allowed. + add_custom_command called with BYPRODUCTS containing a "#". This character + is not allowed. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) CMake Error at BadByproduct.cmake:3 \(add_custom_command\): - add_custom_command called with OUTPUT containing a "<". This character is - not allowed. + add_custom_command called with BYPRODUCTS containing a "<". This character + is not allowed. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) CMake Error at BadByproduct.cmake:4 \(add_custom_command\): - add_custom_command called with OUTPUT containing a ">". This character is - not allowed. + add_custom_command called with BYPRODUCTS containing a ">". This character + is not allowed. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) CMake Error at BadByproduct.cmake:5 \(add_custom_command\): - add_custom_command called with OUTPUT containing a "<". This character is - not allowed. + add_custom_command called with BYPRODUCTS containing a "<". This character + is not allowed. Call Stack \(most recent call first\): CMakeLists.txt:3 \(include\) |