summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_custom_target/BadTargetName-stderr.txt
blob: f352457a8ffebc44b871b4e1a3716130cf45fa60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CMake Error at BadTargetName.cmake:1 \(add_custom_target\):
  add_custom_target called with target name containing a "#".  This character
  is not allowed.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetName.cmake:2 \(add_custom_target\):
  add_custom_target called with target name containing a "<".  This character
  is not allowed.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)
+
CMake Error at BadTargetName.cmake:3 \(add_custom_target\):
  add_custom_target called with target name containing a ">".  This character
  is not allowed.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)