Files
CMake/Tests/RunCMake/File_Generate/OutputNameMatchesObjects-stderr.txt
Brad King ac0cf7ff4f Genex: Reject TARGET_OBJECTS on non-object libraries earlier
Move the diagnostic that rejects the TARGET_OBJECTS generator expression
in non-buildsystem context until after the check for whether the named
target is an object library.  This order will makes more sense than the
previous order once TARGET_OBJECTS is allowed in non-buildsystem
context.
2017-04-18 10:29:36 -04:00

9 lines
275 B
Plaintext

CMake Error at OutputNameMatchesObjects.cmake:[0-9]+ \(file\):
Error evaluating generator expression:
\$<TARGET_OBJECTS:foo>
Objects of target "foo" referenced but is not an OBJECT library.
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)