summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/NonValidTarget-TARGET_PROPERTY-stderr.txt
blob: 08ad3c2d83577dd9ac8e8b728166b77622801b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
CMake Error at NonValidTarget-TARGET_PROPERTY.cmake:4 \(add_custom_command\):
  Error evaluating generator expression:

    \$<TARGET_PROPERTY:NotAProperty>

  \$<TARGET_PROPERTY:prop> may only be used with binary targets.  It may not
  be used with add_custom_command or add_custom_target.  Specify the target
  to read a property from using the \$<TARGET_PROPERTY:tgt,prop> signature
  instead.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)