You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
650 B
19 lines
650 B
2 years ago
|
CMake Error at nested-incompatible-genex.cmake:[0-9]+ \(add_library\):
|
||
|
Error evaluating generator expression:
|
||
|
|
||
|
\$<LINK_LIBRARY:feat,\$<LINK_GROUP:feat,foo>>
|
||
|
|
||
|
\$<LINK_GROUP:...> cannot be nested inside a \$<LINK_LIBRARY:...> expression.
|
||
|
Call Stack \(most recent call first\):
|
||
|
CMakeLists.txt:[0-9]+ \(include\)
|
||
|
|
||
|
|
||
|
CMake Error at nested-incompatible-genex.cmake:[0-9]+ \(target_link_libraries\):
|
||
|
Error evaluating generator expression:
|
||
|
|
||
|
\$<LINK_LIBRARY:feat,\$<LINK_GROUP:feat,foo>>
|
||
|
|
||
|
\$<LINK_GROUP:...> cannot be nested inside a \$<LINK_LIBRARY:...> expression.
|
||
|
Call Stack \(most recent call first\):
|
||
|
CMakeLists.txt:[0-9]+ \(include\)
|