mirror of
https://github.com/reactos/CMake.git
synced 2025-02-15 00:57:19 +00:00
![Brad King](/assets/img/avatar_default.png)
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.
25 lines
679 B
Plaintext
25 lines
679 B
Plaintext
(CMake Error at NoTarget.cmake:4 \(file\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
Objects of target "NoTarget" referenced but no such target exists.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
*)+
|
|
(CMake Error at NoTarget.cmake:5 \(file\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
Objects of target "NoTarget" referenced but no such target exists.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|
|
*)+
|
|
CMake Error:
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_OBJECTS:NoTarget>
|
|
|
|
Objects of target "NoTarget" referenced but no such target exists.
|