summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/TargetPropertyGeneratorExpressions/BadInvalidName5-stderr.txt
blob: 1c6fad4b034851072197e492cff3c6f3cbd6331d (plain)
1
2
3
4
5
6
7
8
9
CMake Error at BadInvalidName5.cmake:7 \(include_directories\):
  Error evaluating generator expression:

    \$<TARGET_PROPERTY:,>

  \$<TARGET_PROPERTY:tgt,prop> expression requires a non-empty target name and
  property name.
Call Stack \(most recent call first\):
  CMakeLists.txt:8 \(include\)$