summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GenEx-LINK_GROUP/nested-incompatible-genex-stderr.txt
blob: 87eeb4d43fb66d18b6e68d11c7314cbc51dcfc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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\)