summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-LINK_LIBRARY/invalid-property-stderr.txt
blob: 7410e489ac8f25af678012c9a4bff73d5170709c (plain)
1
2
3
4
5
6
7
8
9
10
CMake Error at invalid-property.cmake:[0-9]+ \(set_property\):
  Error evaluating generator expression:

    \$<LINK_LIBRARY:feat,dep>

  \$<LINK_LIBRARY:...> may only be used with binary targets to specify 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\)