Files
CMake/Tests/RunCMake/TargetObjects/NotObjlibTarget-stderr.txt
Robert Maynard ce078dda79 Relax the usage of TARGET_OBJECTS generator expression
The geneator expression can now be used with static, shared, and
module libraries and executables.
2019-04-19 13:52:50 -04:00

10 lines
332 B
Plaintext

CMake Error at NotObjlibTarget.cmake:[0-9]+ \(file\):
Error evaluating generator expression:
\$<TARGET_OBJECTS:IFaceLib>
Objects of target "IFaceLib" referenced but is not an allowed library types
\(EXECUTABLE, STATIC, SHARED, MODULE, OBJECT\).
Call Stack \(most recent call first\):
CMakeLists.txt:[0-9]+ \(include\)