affe9d56a2
Fix cmTarget::GetSourceFiles to set EvaluateForBuildsystem on the $<TARGET_PROPERTY:...,INTERFACE_SOURCES> generator expression so that the $<TARGET_OBJECTS> generator expression is allowed within an INTERFACE_SOURCES value. Extend the InterfaceLibrary test to cover this case. Extend the RunCMake.TargetObjects test to cover failure of $<TARGET_OBJECTS> when used through $<TARGET_PROPERTY:...,INTERFACE_SOURCES> in a non-buildsystem context.
28 lines
932 B
Plaintext
28 lines
932 B
Plaintext
(CMake Error at BadContext.cmake:4 \(file\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
The evaluation of the TARGET_OBJECTS generator expression is only suitable
|
|
for consumption by CMake. It is not suitable for writing out elsewhere.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
*)+
|
|
(CMake Error at BadContext.cmake:5 \(file\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
The evaluation of the TARGET_OBJECTS generator expression is only suitable
|
|
for consumption by CMake. It is not suitable for writing out elsewhere.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
*)+
|
|
CMake Error:
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
The evaluation of the TARGET_OBJECTS generator expression is only suitable
|
|
for consumption by CMake. It is not suitable for writing out elsewhere.
|