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.
cmake/Tests/RunCMake/GenEx-LINK_GROUP/nested-incompatible-genex-s...

19 lines
650 B

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\)