CMake/Tests/RunCMake/ObjectLibrary/BadSourceExpression3-stderr.txt
Stephen Kelly fdcefe3c42 cmGeneratorTarget: Compute consumed object libraries on demand.
Remove up-front object library computation from cmGlobalGenerator.

Adjust tests for message coming from the generator expression
evaluation.
2014-04-02 23:12:56 +02:00

9 lines
280 B
Plaintext

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\)