mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
fdcefe3c42
Remove up-front object library computation from cmGlobalGenerator. Adjust tests for message coming from the generator expression evaluation.
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
CMake Error at BadSourceExpression2.cmake:1 \(add_library\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:DoesNotExist>
|
|
|
|
Objects of target "DoesNotExist" referenced but no such target exists.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|