5de63265e3
The output of this expression may contain macros for IDEs to replace such as $(Configuration), $(CURRENT_ARCH) etc. To avoid generating content which is not usable in other contexts, report an error if there is an attempt to use it in other contexts. This commit may be reverted in the future if a solution to the above difference is implemented.
18 lines
583 B
Plaintext
18 lines
583 B
Plaintext
CMake Error at BadContext.cmake:2 \(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.
|