summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/BadSourceExpression2-stderr.txt
blob: 94e61c24d402cab4413f1440a39436469e00ec05 (plain)
1
2
3
4
5
6
7
8
CMake Error at BadSourceExpression2\.cmake:1 \(add_library\):
  Error evaluating generator expression:

    \$<TARGET_OBJECTS:DoesNotExist>

  Objects of target "DoesNotExist" referenced but no such target exists\.
Call Stack \(most recent call first\):
  CMakeLists\.txt:3 \(include\)