cmake/Tests/RunCMake/ObjectLibrary/BadSourceExpression2-stderr.txt

9 lines
283 B
Plaintext
Raw Normal View History

2012-04-19 19:04:21 +03:00
CMake Error at BadSourceExpression2.cmake:1 \(add_library\):
2015-04-27 22:25:09 +02:00
Error evaluating generator expression:
\$<TARGET_OBJECTS:DoesNotExist>
2012-04-19 19:04:21 +03:00
Objects of target "DoesNotExist" referenced but no such target exists.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)