summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/NonValidTarget-TARGET_POLICY-stderr.txt
blob: 0e87538c69bf41045f5dd0ad2916a1fde5cbba6e (plain)
1
2
3
4
5
6
7
8
9
CMake Error at NonValidTarget-TARGET_POLICY.cmake:4 \(add_custom_command\):
  Error evaluating generator expression:

    \$<TARGET_POLICY:CMP0004>

  \$<TARGET_POLICY:prop> may only be used with binary targets.  It may not be
  used with add_custom_command or add_custom_target.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)