mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
913ea78d7a
Refines check for properties supporting these genex. Enhance error message. Fixes: #23699
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
CMake Error at add_custom_command.cmake:[0-9]+ \(add_custom_command\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<LINK_GROUP:feat>
|
|
|
|
\$<LINK_GROUP:...> may only be used with binary targets to specify group of
|
|
link libraries through 'LINK_LIBRARIES', 'INTERFACE_LINK_LIBRARIES', and
|
|
'INTERFACE_LINK_LIBRARIES_DIRECT' properties.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|