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

    \$<TARGET_PROPERTY:,ValidProperty>

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