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

    \$<TARGET_OBJECTS:NotObjLib>

  Objects of target "NotObjLib" referenced but is not an OBJECT library.
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)