ff015ee11e
Constructs such as target_link_libraries(foo $<$<STREQUAL:$<TARGET_FILE:foo>,foo.so>:bar>) segfault before this patch.
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
CMake Error:
|
|
Error evaluating generator expression:
|
|
|
|
\$<TARGET_FILE:foo>
|
|
|
|
Expressions which require the linker language may not be used while
|
|
evaluating link libraries
|