summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_custom_target/BadByproduct-stderr.txt
blob: 0f58550a3996341394f33a777afc78450e59ef8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CMake Error at BadByproduct.cmake:2 \(add_custom_target\):
  add_custom_target 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_target\):
  add_custom_target 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_target\):
  add_custom_target 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_target\):
  add_custom_target 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:6 \(add_custom_target\):
  add_custom_target attempted to have a file

    .*RunCMake/add_custom_target/j

  in a source directory as an output of custom command.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)